File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 "email" : " q3.shudder@gmail.com"
1010 }
1111 ],
12+ "minimum-stability" : " stable" ,
13+ "require" : {
14+ "php" : " ^7.4 || ^8.0" ,
15+ "friendsofphp/php-cs-fixer" : " 3.9.*" ,
16+ "squizlabs/php_codesniffer" : " ^3.7.1" ,
17+ "phpunit/phpunit" : " ^9.5.21" ,
18+ "php-coveralls/php-coveralls" : " ^2.5.2"
19+ },
1220 "autoload" : {
1321 "psr-4" : {
1422 "Polymorphine\\ Dev\\ " : " src/"
1927 "Polymorphine\\ Dev\\ Tests\\ " : " tests/"
2028 }
2129 },
22- "minimum-stability" : " stable" ,
23- "require" : {
24- "php" : " ^7.4 || ^8.0" ,
25- "friendsofphp/php-cs-fixer" : " 3.9.*" ,
26- "squizlabs/php_codesniffer" : " ^3.7.1" ,
27- "phpunit/phpunit" : " ^9.5.21" ,
28- "php-coveralls/php-coveralls" : " ^2.5.2"
29- },
3030 "scripts" : {
3131 "test-cs" : [
3232 " php-cs-fixer --dry-run -v --config=cs-fixer.php.dist --path-mode=intersection fix src tests" ,
You can’t perform that action at this time.
0 commit comments