Skip to content

Commit

Permalink
Merge pull request #40 from jameswilddev/fix/php-8
Browse files Browse the repository at this point in the history
Support PHP 8.0
  • Loading branch information
Jordan Hall committed Apr 20, 2021
2 parents b34b8f9 + 96939b2 commit 92841e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,8 +1,10 @@
language: php
dist: trusty
dist: bionic
php:
- '7.1.18'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- nightly
matrix:
allow_failures:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.2",
"laravel/framework": "^5.5||^6.0||^7.0||^8.0",
"divineomega/laravel-password-exposed-validation-rule": "^2.3.0"
"divineomega/laravel-password-exposed-validation-rule": "^2.4.0"
},
"require-dev": {
"fzaninotto/faker": "^1.6",
"fakerphp/faker": "^1.14.1",
"php-coveralls/php-coveralls": "^2.0",
"orchestra/testbench": "^3.4"
"orchestra/testbench": "^5.17.1"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml
Expand Up @@ -11,7 +11,6 @@
<testsuites>
<testsuite name="Unit Tests">
<directory suffix="Test.php">./tests/Unit</directory>
<directory suffix="Test.php">./tests/Integration</directory>
</testsuite>
</testsuites>
<filter>
Expand Down

0 comments on commit 92841e3

Please sign in to comment.