Skip to content

Commit

Permalink
dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 3, 2024
1 parent 84e45c1 commit 763f53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": ">=7.0",
"friendsofphp/php-cs-fixer": "^2.16"
},
"scripts": {
Expand Down

0 comments on commit 763f53a

Please sign in to comment.