Skip to content

Commit 68cbba1

Browse files
rikvdhLauLaman
authored andcommitted
update enum package to ^3.0 and bump minimum PHP to 7.3
1 parent c23c076 commit 68cbba1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ checks:
88
build:
99
environment:
1010
php:
11-
version: 7.1
11+
version: 7.3
1212
tests:
1313
override:
1414
-

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: php
22

33
php:
4-
- '7.1'
4+
- '7.3'
5+
- '7.4'
56

67
dist: trusty
78

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
}
2020
},
2121
"require": {
22-
"php": ">=7.1",
22+
"php": ">=7.3",
2323
"guzzlehttp/guzzle": "^6.3",
2424
"moneyphp/money": "^3.0",
2525
"ramsey/uuid": "^3.7",
26-
"werkspot/enum": "^2.1",
26+
"werkspot/enum": "^3.0",
2727
"ext-json": "*"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)