We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3f9ffa + 9c2a175 commit ac7e246Copy full SHA for ac7e246
.github/workflows/build-status.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Cache Composer packages
22
id: composer-cache
23
- uses: actions/cache@v2
+ uses: actions/cache@v3
24
with:
25
path: vendor
26
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
composer.json
@@ -38,7 +38,7 @@
38
}
39
],
40
"require": {
41
- "laravel/framework": "^10.0|^11.0",
+ "laravel/framework": "^10.0|^11.0|^12.0",
42
"php": "^8.2",
43
"tobytwigger/form-schema-generator": "^3.0"
44
},
0 commit comments