Skip to content

Commit 7729632

Browse files
authored
[#4]: allow symfony/lock 7.0
2 parents 06b776d + 31f7eb1 commit 7729632

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
on:
2+
pull_request: null
23
push:
34
branches:
4-
- 1.*
5+
- '*.*'
56

67
name: phpunit
78

.github/workflows/psalm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
on:
2+
pull_request: null
23
push:
34
branches:
4-
- 1.*
5+
- '*.*'
56

67
name: static analysis
78

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require": {
3131
"php": ">=8.1",
3232
"roadrunner-php/lock": "^1.0",
33-
"symfony/lock": "^6.0"
33+
"symfony/lock": "^6.0 || ^7.0"
3434
},
3535
"require-dev": {
3636
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)