Skip to content

Commit

Permalink
Updated dependencies and bumped PHP minimum to 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren committed Jun 2, 2023
1 parent fcdbbed commit 7ac7a22
Show file tree
Hide file tree
Showing 5 changed files with 822 additions and 957 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [8.0, 8.1, 8.2]
php-versions: [8.1, 8.2]
name: PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/vendor/
.phpunit.result.cache
/.phpunit.cache
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"guzzlehttp/guzzle": "^7.4.4|^6.5",
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^v7.9.0",
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "v8.5.5",
"phpunit/phpunit": "^10.2.0",
"spatie/macroable": "^2.0.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 7ac7a22

Please sign in to comment.