Skip to content

Commit

Permalink
#5: added support for "illuminate/http" 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Mar 6, 2025
1 parent 8cff88b commit 78b744f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
| Q | A
| ------------------------- | ---
| This Package Version | 1.?.?
| Laravel Framework Version | 10.?.?
| Laravel Framework Version | 12.?.?
| PHP version |
| Operating system |
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']

steps:
- name: Checkout
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Multipart Request Parser Middleware Change Log
==============================================

1.1.7 Under Development
-----------------------

- Enh #5: Added support for "illuminate/http" 12.0 (klimov-paul)


1.1.6, March 25, 2024
---------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.5"
Expand Down

0 comments on commit 78b744f

Please sign in to comment.