Skip to content

Commit

Permalink
Update dependency version to support more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Feb 17, 2024
1 parent e6b8f81 commit 8d28f09
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 86 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -21,15 +21,15 @@

"require": {
"php": ">=5.6.0",
"behat/mink": "~1.6",
"mindplay/annotations": "~1.2",
"behat/mink": "^1.6",
"mindplay/annotations": "^1.2",
"pimple/pimple": "^2.0|^3.0"
},

"require-dev": {
"aik099/coding-standard": "dev-master",
"behat/mink-selenium2-driver": "~1.2",
"mockery/mockery": "~1.1",
"behat/mink-selenium2-driver": "^1.2",
"mockery/mockery": "^1.1",
"yoast/phpunit-polyfills": "^1.0"
},

Expand Down

0 comments on commit 8d28f09

Please sign in to comment.