Skip to content

Commit

Permalink
Merge pull request #12 from eufelipemateus/dev
Browse files Browse the repository at this point in the history
Update to Laravel 9.0
  • Loading branch information
eufelipemateus authored Oct 12, 2022
2 parents 46bb877 + 99c7583 commit e1648a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a libary package create to generate and control channel list m3u8 using

## Instaling

Tested in Laravel 8.0.
Tested in Laravel 9.0.

### Run the command below in root to install the package in your project

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"laravel-package"
],
"require": {
"php": "^7.4|^8.0",
"laravel/framework": "^8.54",
"felipemateus/iptv-core":"1.1"
"php": "^8.0|^8.1",
"laravel/framework": "^9.11",
"felipemateus/iptv-core":"1.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e1648a9

Please sign in to comment.