Skip to content

Commit

Permalink
add laravel 10 support (#7)
Browse files Browse the repository at this point in the history
* add laravel 10 support

* add php 8.2 support
  • Loading branch information
hopkins385 authored Feb 21, 2023
1 parent ac64f8a commit dd2090e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dist: bionic
php:
- 8.0
- '8.1.0'
- 8.2

env:
global:
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"php": "^8.0|^8.1",
"php": "^8.0|^8.1|^8.2",
"guzzlehttp/guzzle": "^7.0",
"illuminate/support": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^7.0",
Expand All @@ -37,7 +37,6 @@
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
"sort-packages": true
Expand All @@ -52,4 +51,4 @@
}
}
}
}
}

0 comments on commit dd2090e

Please sign in to comment.