We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5b2d5 commit 13a5171Copy full SHA for 13a5171
.travis.yml
@@ -14,7 +14,7 @@ before_script:
14
- composer self-update
15
- composer install --prefer-dist --no-interaction
16
17
-script: phpunit -d memory_limit=1024M
+script: ./vendor/bin/phpunit -d memory_limit=1024M
18
19
matrix:
20
fast_finish: true
composer.json
@@ -13,11 +13,11 @@
13
],
"require": {
"php": ">=7.1.0",
- "laravel/framework": "~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0"
+ "laravel/framework": "~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0||^7.0"
},
"require-dev": {
"orchestra/testbench-browser-kit": "~3.4|~3.8|~4.0",
- "phpunit/phpunit": "6.0.*|8.0.*"
+ "phpunit/phpunit": "6.0.*|^8.0"
21
22
"suggest": {
23
"ext-intl": "*"
0 commit comments