Skip to content

Commit 841452b

Browse files
authored
Laravel 9 requires php 8.0.2 minimum
1 parent 2220021 commit 841452b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.0|^8.1",
22+
"php": "^8.0.2|^8.1",
2323
"livewire/livewire": "^2.10|dev-master",
2424
"laravel/framework": "^8.75.0|^9.0"
2525
},

0 commit comments

Comments
 (0)