Skip to content

Commit d3f9ffa

Browse files
authored
Merge pull request #2 from tobytwigger/laravel-11
Add L11 support
2 parents a533db8 + bddd87c commit d3f9ffa

File tree

5 files changed

+4662
-4089
lines changed

5 files changed

+4662
-4089
lines changed

.github/workflows/build-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build_php:
99
strategy:
1010
matrix:
11-
php: [ '8.1', '8.2' ]
11+
php: [ '8.2', '8.3']
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
}
3939
],
4040
"require": {
41-
"laravel/framework": "^8.0|^9.0|^10.0",
42-
"php": "^8.1",
41+
"laravel/framework": "^10.0|^11.0",
42+
"php": "^8.2",
4343
"tobytwigger/form-schema-generator": "^3.0"
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^9.4",
4747
"phpspec/prophecy-phpunit": "^2.0",
48-
"orchestra/testbench": "^6.2|^7.0",
48+
"orchestra/testbench": "^6.2|^7.0|^8.0|^9.0",
4949
"brianium/paratest": "^6.3"
5050
},
5151
"suggest": {

0 commit comments

Comments
 (0)