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 b9b8ca5 + 306e66c commit a0115b4Copy full SHA for a0115b4
.github/workflows/pint.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
20
- name: Validate composer.json and composer.lock
21
run: composer validate --strict
composer.json
@@ -31,7 +31,7 @@
31
},
32
"require-dev": {
33
"laravel/pint": "^1.13.7",
34
- "nunomaduro/collision": "^6.4",
+ "nunomaduro/collision": "^6.4 || ^7.0",
35
"orchestra/testbench": "^8.19",
36
"phpunit/phpunit": "^10.5.5"
37
0 commit comments