Skip to content

Commit b95babe

Browse files
authored
Merge pull request #2 from code-tree-dev/fix-composer
Update compability with laravel 120
2 parents 62fcac8 + 96b0a05 commit b95babe

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

.idea/php.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4",
20-
"illuminate/support": "^9.0 || ^10.0 || ^11.0"
20+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
23+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
2424
"phpunit/phpunit": "^9.5 || ^10.0 || ^11.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)