11{
2- "name" : " activecollab/databaseobject" ,
3- "type" : " library" ,
4- "description" : " Library that enables easy persistance of objects to the database" ,
5- "license" : " MIT" ,
6- "prefer-stable" : true ,
7- "keywords" : [
8- " persistence" ,
9- " mysql" ,
10- " activecollab"
11- ],
12- "homepage" : " https://labs.activecollab.com" ,
13- "authors" : [
14- {
15- "name" : " Ilija Studen" ,
16- 2+ "name" : " activecollab/databaseobject" ,
3+ "type" : " library" ,
4+ "description" : " Library that enables easy persistance of objects to the database" ,
5+ "license" : " MIT" ,
6+ "prefer-stable" : true ,
7+ "keywords" : [
8+ " persistence" ,
9+ " mysql" ,
10+ " activecollab"
11+ ],
12+ "homepage" : " https://labs.activecollab.com" ,
13+ "authors" : [
14+ {
15+ "name" : " Ilija Studen" ,
16+ 17+ }
18+ ],
19+ "require" : {
20+ "php" : " >=5.6.0" ,
21+ "activecollab/databaseconnection" : " dev-next" ,
22+ "activecollab/etag" : " ~1.0" ,
23+ "doctrine/inflector" : " ~1.0" ,
24+ "psr/log" : " ~1.0.0"
25+ },
26+ "require-dev" : {
27+ "fabpot/php-cs-fixer" : " ~1.0" ,
28+ "phpunit/phpunit" : " ~5.0" ,
29+ "pimple/pimple" : " ~3.0.0"
30+ },
31+ "minimum-stability" : " dev" ,
32+ "autoload" : {
33+ "psr-4" : {
34+ "ActiveCollab\\ DatabaseObject\\ " : " src" ,
35+ "ActiveCollab\\ DatabaseObject\\ Test\\ " : " test/src"
36+ }
1737 }
18- ],
19- "require" : {
20- "php" : " >=5.6.0" ,
21- "activecollab/databaseconnection" : " dev-next" ,
22- "activecollab/etag" : " ~1.0" ,
23- "doctrine/inflector" : " ~1.0" ,
24- "psr/log" : " ~1.0.0"
25- },
26- "require-dev" : {
27- "fabpot/php-cs-fixer" : " ~1.0" ,
28- "phpunit/phpunit" : " ~5.0" ,
29- "pimple/pimple" : " ~3.0.0"
30- },
31- "minimum-stability" : " dev" ,
32- "autoload" : {
33- "psr-4" : {
34- "ActiveCollab\\ DatabaseObject\\ " : " src" ,
35- "ActiveCollab\\ DatabaseObject\\ Test\\ " : " test/src"
36- }
37- }
3838}
0 commit comments