Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 17c75ab

Browse files
authored
Merge pull request #14 from hellofresh/feature/IMR-927-bump-dependencies
[IMR-927]: Bump beberlei/assert so that we can update dependencies in products-service
2 parents 63cd25c + b5abdc9 commit 17c75ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ services:
1515
- postgresql
1616

1717
php:
18-
- 5.6
1918
- 7.0
2019
- nightly
2120

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"license": "MIT",
1111
"type": "library",
1212
"require": {
13-
"php": ">=5.6",
13+
"php": ">=7.0",
1414
"ramsey/uuid": "^3.0",
1515
"easyframework/collections": "^7.0.0",
16-
"beberlei/assert": "^2.5"
16+
"beberlei/assert": "^3.1"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^5.3",

0 commit comments

Comments
 (0)