Skip to content

Commit 189d9b4

Browse files
authored
Merge pull request #16 from Kristories/master
Update composer.json
2 parents 451e455 + 79d67fe commit 189d9b4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.2|^8.0",
21-
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
20+
"php": "^8.3",
21+
"illuminate/contracts": "12.*"
2222
},
2323
"require-dev": {
24-
"laravel/pint": "^1.18",
25-
"orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
26-
"pestphp/pest": "^2.0",
27-
"pestphp/pest-plugin-laravel": "^2.0"
24+
"laravel/pint": "^1.0",
25+
"pestphp/pest": "^4.0"
2826
},
2927
"autoload": {
3028
"psr-4": {

0 commit comments

Comments
 (0)