Skip to content

Commit 5941020

Browse files
authored
Update composer.json
1 parent 3f66426 commit 5941020

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

composer.json

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,20 @@
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

0 commit comments

Comments
 (0)