Skip to content

Commit f44a666

Browse files
Merge pull request #17 from orkhanahmadov/develop
Preparing version 3.0
2 parents fa8d925 + f803395 commit f44a666

19 files changed

+476
-409
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,8 @@ env:
1111
matrix:
1212
fast_finish: true
1313
include:
14-
- php: 7.1
15-
env: LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
16-
- php: 7.2
17-
env: LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
1814
- php: 7.2
1915
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
20-
- php: 7.3
21-
env: LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
2216
- php: 7.3
2317
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
2418

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.1",
25-
"illuminate/container": "5.8.*|^6.0",
26-
"illuminate/console": "5.8.*|^6.0",
27-
"illuminate/contracts": "5.8.*|^6.0",
28-
"illuminate/database": "5.8.*|^6.0",
29-
"illuminate/support": "5.8.*|^6.0"
24+
"php": "^7.2",
25+
"illuminate/container": "^6.0",
26+
"illuminate/console": "^6.0",
27+
"illuminate/contracts": "^6.0",
28+
"illuminate/database": "^6.0",
29+
"illuminate/support": "^6.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "3.8.*|^4.0",
33-
"phpunit/phpunit": "^7.0|^8.0"
32+
"orchestra/testbench": "^4.0",
33+
"phpunit/phpunit": "^8.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)