Skip to content

Commit

Permalink
Add conflict to phpstan 1.10.55 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jan 9, 2024
1 parent f351c01 commit 5e160fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
dependency-versions: 'lowest'
- php-version: '8.2'
dependency-versions: 'highest'
- php-version: '8.3'
dependency-versions: 'highest'

steps:
- name: Checkout project
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"sulu/sulu": "^2.5@dev",
"thecodingmachine/phpstan-strict-rules": "^1.0"
},
"conflict": {
"phpstan/phpstan": ">=1.10.55"
},
"autoload": {
"psr-4": {
"Sulu\\Rector\\": "src"
Expand Down

0 comments on commit 5e160fe

Please sign in to comment.