Skip to content

Commit a0115b4

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b9b8ca5 + 306e66c commit a0115b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Validate composer.json and composer.lock
2121
run: composer validate --strict

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"require-dev": {
3333
"laravel/pint": "^1.13.7",
34-
"nunomaduro/collision": "^6.4",
34+
"nunomaduro/collision": "^6.4 || ^7.0",
3535
"orchestra/testbench": "^8.19",
3636
"phpunit/phpunit": "^10.5.5"
3737
},

0 commit comments

Comments
 (0)