Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Add support for Laravel 9 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tspencer244 authored Feb 10, 2023
1 parent 3d02832 commit af19a09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Unreleased

* Add support for Laravel 9.
* Add support for PHP 8.1.
* Drop support for PHP 7.4.
* Drop support for Laravel 7.
* Remove `orchestra/testbench` from development dependencies.
* Swap build provider from Travis CI to Circle CI.

## 1.0.5 - 2020-03-16
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": "~8.0.0 || ~8.1.0",
"illuminate/routing": "^8.74",
"illuminate/support": "^8.74",
"illuminate/routing": "^8.74 || ^9.0",
"illuminate/support": "^8.74 || ^9.0",
"promphp/prometheus_client_php": "^2.0"
},
"autoload": {
Expand All @@ -37,7 +37,6 @@
},
"require-dev": {
"mockery/mockery": "^1.5",
"orchestra/testbench": "^5.8 || ^6.23",
"phpunit/phpunit": "^9.6"
},
"config": {
Expand Down

0 comments on commit af19a09

Please sign in to comment.