mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-25 22:57:31 +00:00
allow for custom namespacing
This commit is contained in:
@@ -7,9 +7,6 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- php: 7.1
|
|
||||||
- php: 7.1
|
|
||||||
env: setup=lowest
|
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
env: setup=lowest
|
env: setup=lowest
|
||||||
|
|||||||
@@ -9,7 +9,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*"
|
"ext-json": "*",
|
||||||
|
"php": "^7.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^5.0"
|
"orchestra/testbench": "^5.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user