Skip to content

Commit ac7e246

Browse files
authored
Merge pull request #3 from tobytwigger/laravel-12
Support Laravel 12
2 parents d3f9ffa + 9c2a175 commit ac7e246

File tree

3 files changed

+845
-2003
lines changed

3 files changed

+845
-2003
lines changed

.github/workflows/build-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Cache Composer packages
2222
id: composer-cache
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
with:
2525
path: vendor
2626
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
],
4040
"require": {
41-
"laravel/framework": "^10.0|^11.0",
41+
"laravel/framework": "^10.0|^11.0|^12.0",
4242
"php": "^8.2",
4343
"tobytwigger/form-schema-generator": "^3.0"
4444
},

0 commit comments

Comments
 (0)