Skip to content

Commit

Permalink
Bump behat from 2.5.5 to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frandieguez committed Dec 29, 2019
1 parent b4927b2 commit 3c39f00
Show file tree
Hide file tree
Showing 3 changed files with 1,231 additions and 2,934 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "library",
"description": "Wrapper class for accessing video services information in a standarized way",
"keywords": ["library"],
"homepage": "http://frandieguez.github.com/Panorama-PHP/",
"homepage": "http://frandieguez.github.com/panorama-php/",
"license": "MIT",
"authors": [
{
Expand All @@ -12,13 +12,12 @@
}
],
"require": {
"php": ">=5.4"
"php": ">=7.1"
},

"require-dev": {
"behat/behat": "2.5.*",
"phpunit/phpunit": "*",
"phpdocumentor/phpdocumentor": "2.*"
"behat/behat": "*",
"phpunit/phpunit": "*"
},

"config": {
Expand Down
Loading

0 comments on commit 3c39f00

Please sign in to comment.