Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Laravel 9.x.x (#1)
Browse files Browse the repository at this point in the history
- update dependencies for Laravel and Lumen 9.x.x compatibility
  • Loading branch information
WiktorPacer authored Feb 16, 2022
1 parent cca6ea1 commit 72bd0de
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php

php: 7.3
php: 8.0

before_script:
- composer self-update
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## v.5.0.0
- update dependencies for Laravel and Lumen 9.x.x compatibility
## v.4.0.4
- compatibility with PHP version 8.x (updated composer.json file)
## v.4.0.3
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,19 @@ You can install this package by composer:
Framework | Package | Note
:---------|:--------|:------
5.8.x | ^1.x.x | No longer maintained.
6.0.x | ^2.x.x |
7.x.x | ^3.x.x |
8.x.x | ^4.x.x |
6.0.x | ^2.x.x | Bug fixes only.
7.x.x | ^3.x.x | Bug fixes only.
8.x.x | ^4.x.x | PHP ^8.0 Supported from 4.0.4
9.x.x | ^5.x.x |

#### Lumen
Framework | Package | Note
:---------|:--------|:------
5.8.x | ^1.1.x | No longer maintained.
6.0.x | ^2.x.x |
7.x.x | ^3.x.x |
8.x.x | ^4.x.x |
6.0.x | ^2.x.x | Bug fixes only.
7.x.x | ^3.x.x | Bug fixes only.
8.x.x | ^4.x.x | PHP ^8.0 Supported from 4.0.4
9.x.x | ^5.x.x |

## Classes included

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"helpers"
],
"require": {
"php": "^7.3|^8.0",
"php": "^8.0",
"ext-json": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"illuminate/contracts": "^8.0",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0",
"illuminate/container": "^8.0",
"pacerit/laravel-repository": "^4.0"
"illuminate/contracts": "^9.0",
"illuminate/database": "^9.0",
"illuminate/support": "^9.0",
"illuminate/container": "^9.0",
"pacerit/laravel-repository": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit 72bd0de

Please sign in to comment.