Skip to content

Commit 51ab875

Browse files
committed
Update dependencies
- removed old versions of PHP - updated PHPUnit to the latest version
1 parent 49c6fa0 commit 51ab875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
11+
"php": "~7.1.3|~7.2.0",
1212
"composer/composer": "~1.6.0",
1313
"symfony/console": "~4.0.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "~6.2.0"
16+
"phpunit/phpunit": "~7.0.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)