Skip to content

Commit

Permalink
feat: laravel 9 support (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
audunru authored Apr 9, 2022
1 parent a97a7a5 commit 6aca964
Show file tree
Hide file tree
Showing 4 changed files with 1,791 additions and 1,637 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ php:
env:
- LARAVEL_VERSION=^6.0 PHPUNIT_VERSION=^8.5.0 TESTBENCH_VERSION=^4.0
- LARAVEL_VERSION=^7.0 PHPUNIT_VERSION=^8.5.0 TESTBENCH_VERSION=^5.0
- LARAVEL_VERSION=^8.0 PHPUNIT_VERSION=^9.0.0 TESTBENCH_VERSION=^6.7 COVERAGE=true
- LARAVEL_VERSION=^8.0 PHPUNIT_VERSION=^9.0.0 TESTBENCH_VERSION=^6.7
- LARAVEL_VERSION=^9.0 PHPUNIT_VERSION=^9.0.0 TESTBENCH_VERSION=^7.0 COVERAGE=true

before_install:
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^6.0|^7.0|^8.0",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"fakerphp/faker": "^1.12",
"friendsofphp/php-cs-fixer": "^3.0",
"mockery/mockery": "^1.4",
"orchestra/database": "^4.0|^5.0|^6.7",
"orchestra/testbench": "^4.0|^5.0|^6.7",
"orchestra/testbench": "^4.0|^5.0|^6.7|^7.0",
"php-coveralls/php-coveralls": "^2.2",
"phpmd/phpmd": "^2.10",
"phpunit/phpunit": "^8.5|^9.0",
Expand Down
Loading

0 comments on commit 6aca964

Please sign in to comment.