Skip to content

Commit

Permalink
Merge 8380cfd into 91c7096
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Berget committed Mar 10, 2020
2 parents 91c7096 + 8380cfd commit c63bb4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: php

php:
- 7.1
# - 7.1
- 7.2
- 7.3
- 7.4snapshot
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -20,14 +20,14 @@
}
],
"require": {
"php": ">=7.0",
"symfony/var-dumper": "~3.3|~4.0"
"php": "^7.2.5",
"symfony/var-dumper": "^5.0.5"
},
"require-dev": {
"phpunit/phpunit": "~6.0|~7.0",
"squizlabs/php_codesniffer": "^2.3",
"mockery/mockery": "~1.0",
"nesbot/carbon": "^1.26 || ^2.00"
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.4",
"mockery/mockery": "^1.3.1",
"nesbot/carbon": "^2.31.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c63bb4b

Please sign in to comment.