We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c5d70 commit 8146033Copy full SHA for 8146033
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": "^8.1",
+ "php": "^8.2",
19
"illuminate/console": "^10.0|^11.0",
20
"illuminate/http": "^10.0|^11.0",
21
"illuminate/support": "^10.0|^11.0",
@@ -24,23 +24,11 @@
24
"react/event-loop": "^1.2",
25
"symfony/console": "^6.0|^7.0"
26
},
27
- "require-dev": {
28
- "orchestra/testbench": "9.x-dev",
29
- "phpunit/phpunit": "^10.0"
30
- },
31
"autoload": {
32
"psr-4": {
33
"Pkboom\\TinkerOnVscode\\": "src"
34
35
36
- "autoload-dev": {
37
- "psr-4": {
38
- "Tests\\": "tests"
39
- }
40
41
- "scripts": {
42
- "test": "vendor/bin/phpunit"
43
44
"config": {
45
"sort-packages": true
46
0 commit comments