Skip to content

Commit

Permalink
- fix psalm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagherzadegan committed Jul 25, 2023
1 parent e0e3a88 commit db47433
Show file tree
Hide file tree
Showing 7 changed files with 5,427 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .github/psalm/psalm.baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015"/>
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor
/composer.lock
/behat.yml
/.github/psalm/cache/
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": ">=8.1",
"behat/behat": "^3.6.1",
"symfony/dependency-injection": "^6.3",
"symfony/http-kernel": "^6.3",
Expand All @@ -34,8 +34,8 @@
},
"suggest": {
"friends-of-behat/mink": "^1.9",
"friends-of-behat/mink-browserkit-driver": "^1.5",
"friends-of-behat/mink-extension": "^2.5"
"friends-of-behat/mink-browserkit-driver": "^1.6.1",
"friends-of-behat/mink-extension": "^2.7.2"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit db47433

Please sign in to comment.