Skip to content

Commit 8146033

Browse files
committed
wip
1 parent c6c5d70 commit 8146033

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

composer.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.1",
18+
"php": "^8.2",
1919
"illuminate/console": "^10.0|^11.0",
2020
"illuminate/http": "^10.0|^11.0",
2121
"illuminate/support": "^10.0|^11.0",
@@ -24,23 +24,11 @@
2424
"react/event-loop": "^1.2",
2525
"symfony/console": "^6.0|^7.0"
2626
},
27-
"require-dev": {
28-
"orchestra/testbench": "9.x-dev",
29-
"phpunit/phpunit": "^10.0"
30-
},
3127
"autoload": {
3228
"psr-4": {
3329
"Pkboom\\TinkerOnVscode\\": "src"
3430
}
3531
},
36-
"autoload-dev": {
37-
"psr-4": {
38-
"Tests\\": "tests"
39-
}
40-
},
41-
"scripts": {
42-
"test": "vendor/bin/phpunit"
43-
},
4432
"config": {
4533
"sort-packages": true
4634
},

0 commit comments

Comments
 (0)