File tree Expand file tree Collapse file tree 1 file changed +23
-5
lines changed
Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " composer-testing" ,
2+ "name" : " prod3v3loper/php-auto-aotoloader" ,
3+ "type" : " library" ,
34 "description" : " Testing composer for php" ,
5+ "homepage" : " https://www.tnado.com/open-source-projects-by-prod3v3loper/" ,
6+ "license" : " MIT" ,
7+ "repositories" : [
8+ {
9+ "type" : " git" ,
10+ "url" : " https://github.com/prod3v3loper/php-auto-aotoloader.git"
11+ }
12+ ],
413 "authors" : [
514 {
6- "name" : " prod3v3loper"
15+ "name" : " prod3v3loper" ,
16+ "homepage" : " https://www.tnado.com" ,
17+ "role" : " Developer"
718 }
819 ],
20+ "autoload" : {
21+ "psr-4" : { "Syn\\ " : " src/" }
22+ },
23+ "autoload-dev" : {
24+ "psr-4" : { "Syn\\ " : " tests/" }
25+ },
926 "require" : {
10- "php" : " >=5.3.2" ,
11- "doctrine/orm" : " 2.*" ,
12- "ircmaxell/password-compat" : " 1.*"
27+ "php" : " >=7.0"
28+ },
29+ "require-dev" : {
30+ "phpunit/phpunit" : " ^7"
1331 }
1432}
You can’t perform that action at this time.
0 commit comments