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 1
1
{
2
- "name" : " LeetCode-in-Php" ,
2
+ "name" : " javadev/LeetCode-in-Php" ,
3
+ "description" : " PHP solutions for leet code problems" ,
3
4
"license" : " MIT" ,
5
+ "autoload" : {
6
+ "psr-4" : {
7
+ "Javadev\\ LeetCodePhp\\ " : " "
8
+ }
9
+ },
4
10
"authors" : [
5
11
{
6
12
"name" : " javadev" ,
7
13
"homepage" : " https://github.com/php4dev/LeetCode-in-Php"
8
14
}
9
15
],
10
16
"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"
28
18
},
29
19
"minimum-stability" : " stable" ,
30
20
"prefer-stable" : true
You can’t perform that action at this time.
0 commit comments