Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from tweedegolf/master
Browse files Browse the repository at this point in the history
Update phpspec/phpspec to ^5.1
  • Loading branch information
hdoordt authored Jul 25, 2019
2 parents 7e204ea + 366a687 commit 8df4da1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
}
},
"require": {
"symfony/config": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/http-kernel": "~2.3|~3.0"
"symfony/config": "~3.4|^4.0",
"symfony/dependency-injection": "~3.4|^4.0",
"symfony/http-kernel": "~3.4|^4.0"
},
"require-dev": {
"phpspec/phpspec": "2.0.0"
"phpspec/phpspec": "^5.1"
}
}

0 comments on commit 8df4da1

Please sign in to comment.