File tree Expand file tree Collapse file tree 1 file changed +23
-17
lines changed
Expand file tree Collapse file tree 1 file changed +23
-17
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " softwarepunt/php-activerecord" ,
3- "type" : " library" ,
4- "description" : " php-activerecord is an open source ORM library based on the ActiveRecord pattern." ,
5- "keywords" : [" activerecord" , " orm" ],
6- "homepage" : " http://www.phpactiverecord.org/" ,
7- "license" : " MIT" ,
8- "require" : {
9- "php" : " >=5.3.0"
10- },
11- "require-dev" : {
12- "phpunit/phpunit" : " 3.7.*" ,
13- "pear/pear_exception" : " 1.0-beta1" ,
14- "pear/log" : " ~1.12"
15- },
16- "autoload" : {
17- "files" : [ " ActiveRecord.php" ]
18- }
2+ "name" : " softwarepunt/php-activerecord" ,
3+ "type" : " library" ,
4+ "description" : " php-activerecord is an open source ORM library based on the ActiveRecord pattern." ,
5+ "keywords" : [
6+ " activerecord" ,
7+ " orm"
8+ ],
9+ "homepage" : " http://www.phpactiverecord.org/" ,
10+ "license" : " MIT" ,
11+ "require" : {
12+ "php" : " >=5.3.0"
13+ },
14+ "suggested" : {
15+ "maximebf/debugbar" : " This package can intergrate into the PHP Debugbar"
16+ },
17+ "require-dev" : {
18+ "phpunit/phpunit" : " 3.7.*" ,
19+ "pear/pear_exception" : " 1.0-beta1" ,
20+ "pear/log" : " ~1.12"
21+ },
22+ "autoload" : {
23+ "files" : [" ActiveRecord.php" ]
24+ }
1925}
You can’t perform that action at this time.
0 commit comments