Content-Length: 315814 | pFad | http://github.com/unicodeveloper/laravel-password/commit/5b2eebf455b73c2eddb1d7ab565b421f2d18e91f
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8285b commit 5b2eebfCopy full SHA for 5b2eebf
.travis.yml
@@ -1,11 +1,8 @@
1
language: php
2
3
php:
4
- - 5.5
5
- - 5.6
6
- 7.0
7
- 8.0
8
- - hhvm
9
10
# This triggers builds to run on the new TravisCI infrastructure.
11
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
@@ -18,7 +15,7 @@ cache:
18
15
19
16
matrix:
20
17
include:
21
- - php: 5.5
+ - php: 7.0
22
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
23
24
before_script:
composer.json
@@ -19,10 +19,10 @@
}
],
"require": {
- "php" : "~5.6 || ~7.0 || ~8.0"
+ "php" : "~7.0 || ~8.0"
},
"require-dev": {
25
- "phpunit/phpunit" : "~4.0 || ~5.0 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
+ "phpunit/phpunit" : "~8.0 || ~9.0",
26
"scrutinizer/ocular": "~1.1",
27
"squizlabs/php_codesniffer": "~2.3"
28
Fetched URL: http://github.com/unicodeveloper/laravel-password/commit/5b2eebf455b73c2eddb1d7ab565b421f2d18e91f
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments