Skip to content

Commit

Permalink
Merge pull request #20 from dotkernel/issue-19
Browse files Browse the repository at this point in the history
updated composer
  • Loading branch information
arhimede committed May 21, 2024
2 parents 4c69666 + 5f09b14 commit ed5d3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- ubuntu-latest

php:
- "8.1"
- "8.2"
- "8.3"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"mezzio"
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0",
"doctrine/data-fixtures": "^1.5",
"doctrine/orm": "*",
"symfony/console": "^5.1"
"symfony/console": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.2",
Expand Down

0 comments on commit ed5d3db

Please sign in to comment.