File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed
Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " LeetCode-in-Php" ,
2+ "name" : " javadev/LeetCode-in-Php" ,
3+ "description" : " PHP solutions for leet code problems" ,
34 "license" : " MIT" ,
5+ "autoload" : {
6+ "psr-4" : {
7+ "Javadev\\ LeetCodePhp\\ " : " "
8+ }
9+ },
410 "authors" : [
511 {
612 "name" : " javadev" ,
713 "homepage" : " https://github.com/php4dev/LeetCode-in-Php"
814 }
915 ],
1016 "require" : {
11- "php" : " ^7.1.3"
12- },
13- "require-dev" : {
14- "phpunit/phpunit" : " ^7.3"
15- },
16- "autoload" : {
17- "classmap" : [
18- " src/Algorithms"
19- ]
20- },
21- "scripts" : {
22- "test" : " phpunit"
23- },
24- "config" : {
25- "preferred-install" : " dist" ,
26- "optimize-autoloader" : true ,
27- "sort-packages" : true
17+ "phpunit/phpunit" : " ^9.5"
2818 },
2919 "minimum-stability" : " stable" ,
3020 "prefer-stable" : true
You can’t perform that action at this time.
0 commit comments