allow for custom namespacing

This commit is contained in:
Victor Gonzalex
2020-03-18 09:50:03 -04:00
parent 449dafcb89
commit 7bcec7872f
2 changed files with 2 additions and 4 deletions

View File

@@ -7,9 +7,6 @@ env:
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.1
env: setup=lowest
- php: 7.2
- php: 7.2
env: setup=lowest

View File

@@ -9,7 +9,8 @@
}
],
"require": {
"ext-json": "*"
"ext-json": "*",
"php": "^7.2"
},
"require-dev": {
"orchestra/testbench": "^5.0"