Skip to content

Commit

Permalink
add support for "illuminate/support" 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Mar 25, 2024
1 parent 1939ca6 commit 6ae2d47
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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 | 11.?.?
| 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: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']

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 @@
Laravel Persistent Configuration Repository
===========================================

1.4.2 Under Development
-----------------------

- Enh: Added support for "illuminate/support" 11.0 (klimov-paul)


1.4.1, June 23, 2023
--------------------

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"illuminate/support": "^9.0 || ^10.0"
"illuminate/support": "^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"illuminate/database": "*",
Expand All @@ -24,7 +24,7 @@
"illuminate/encryption": "*",
"illuminate/validation": "*",
"psr/log": "^1.0",
"phpunit/phpunit": "^8.0 || ^9.3 || ^10.0.7"
"phpunit/phpunit": "^8.0 || ^9.3 || ^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6ae2d47

Please sign in to comment.