Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit d409a5e

Browse files
authored
Add backward compatibility with Laravel (#10)
Add security updates to constraints 6.20.14 7.30.4 8.24.0 Fix identation style
1 parent 23b0cca commit d409a5e

File tree

2 files changed

+1455
-340
lines changed

2 files changed

+1455
-340
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"laravel/framework": "^8"
28+
"laravel/framework": ">= 6.20.14 |>= 7.30.4|>= 8.24.0"
2929
},
3030
"require-dev": {
3131
"orchestra/testbench": "^6.0"

0 commit comments

Comments
 (0)