Skip to content

Commit 965718b

Browse files
authored
Update minimum PHP requirements to 8.1 (#10)
* Update minimum PHP requirements to 8.1 and upgrade illumate/view and illuminate/support packages to version 10. * Update formatting of packages * Update support and view for illuminate to laravel 9
1 parent c6982e3 commit 965718b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2",
20-
"illuminate/support": "^7.0|^8.0",
21-
"illuminate/view": "^7.0|^8.0"
19+
"php": "^7.2|^8.1",
20+
"illuminate/support": "^7.0|^9.0",
21+
"illuminate/view": "^7.0|^9.0"
2222
},
2323
"require-dev": {
24-
"friendsofphp/php-cs-fixer": "2.16.10"
24+
"friendsofphp/php-cs-fixer": "^3.17.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)