Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Composer: remove pinned PHP 7.1-era dependancy.
Browse files Browse the repository at this point in the history
A switch of the project requiring PHP 7.2 should let us remove this workaround.
It used to break only on Travis-CI when you run the project in different
versioned PHP environments, so let's find out...
  • Loading branch information
paulgibbs committed Jun 23, 2019
1 parent 6c7db22 commit 2b29901
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
"behat/behat": "~3.1",
"php": ">=7.2 <7.4",
"sensiolabs/behat-page-object-extension": "~2.1",
"behat/mink-extension": "~2.3",

"ocramius/proxy-manager": "~2.1.0"
"behat/mink-extension": "~2.3"
},
"require-dev": {
"behat/mink-goutte-driver": "^1.2",
Expand Down
33 changes: 17 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b29901

Please sign in to comment.