We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6476568 commit cc8247dCopy full SHA for cc8247d
composer.json
@@ -1,10 +1,15 @@
1
{
2
- "name": "jcheron/phalcon-jquery",
3
- "description": "A JQuery and UI library for Phalcon MVC framework",
4
- "type": "phalcon-jquery",
+ "name": "phpMv/phpMv-UI",
+ "description": "A JQuery and UI library for php and php MVC frameworks",
+ "type": "phpMv-UI",
5
"keywords": [
6
+ "php",
7
"jquery",
8
"phalcon",
9
+ "symfony",
10
+ "laravel",
11
+ "Yii",
12
+ "codeIgniter",
13
"twitter bootstrap",
14
"jquery ui",
15
"semantic ui",
@@ -14,9 +19,8 @@
19
"php": ">5.3.9",
20
"frameworks/jquery": "~2.1",
16
21
"components/jqueryui": "~1.11",
17
- "twitter/bootstrap": "~3.3",
18
- "ext-phalcon": ">1.3"
- },
22
+ "twitter/bootstrap": "~3.3"
23
+ },
24
"autoload": {
25
"psr-4": { "Ajax\\": "Ajax/" }
26
},
0 commit comments