Skip to content

Commit 31c8418

Browse files
authored
Move phpunit-bridge to require, bump PHP (#107)
1 parent e023fbe commit 31c8418

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^5.4|^7",
26+
"php": ">=5.5.9",
2727
"psr/cache": "~1.0",
28-
"cache/tag-interop": "^1.0"
28+
"cache/tag-interop": "^1.0",
29+
"symfony/phpunit-bridge": "^4.4|^5.0"
2930
},
3031
"require-dev": {
3132
"cache/cache": "^1.0",
3233
"symfony/cache": "^3.4.31|^4.3.4|^5.0",
33-
"symfony/phpunit-bridge": "^4.4",
3434
"illuminate/cache": "^5.4|^5.5|^5.6",
3535
"tedivm/stash": "^0.14",
3636
"mockery/mockery": "^1.0"

0 commit comments

Comments
 (0)