Skip to content

Commit 1b81ef7

Browse files
authored
Update composer.json
1 parent 30ce52d commit 1b81ef7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4|^8.0",
20-
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
21-
"illuminate/view": "^8.0|^9.0|^10.0|^11.0|^12.0",
19+
"php": "^8.3",
20+
"illuminate/database": "^10.0|^11.0|^12.0",
21+
"illuminate/view": "^10.0|^11.0|^12.0",
2222
"livewire/livewire": "^3.0",
2323
"spatie/sun": "^1.1.1"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
27-
"phpunit/phpunit": "^9.3|^10.5|^11.5.3",
26+
"orchestra/testbench": "^8.0|^9.0|^10.0",
27+
"phpunit/phpunit": "^10.5|^11.5.3",
2828
"spatie/phpunit-snapshot-assertions": "^4.2|^5.1"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)