Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit b5abdc9

Browse files
committed
[IMR-927]: Bump beberlei/assert so that we can update dependencies in products-service
1 parent 63cd25c commit b5abdc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
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

composer.json

Lines changed: 2 additions & 2 deletions
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)