Skip to content

Commit

Permalink
Change minimum php version support
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidgh83 committed Mar 26, 2024
1 parent 26dd390 commit 074bebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/config": "^9.0|^10.0|^11.0",
"symfony/console": "^6.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ And then it allows them to switch between the local and the online version of th
This project has been forked from https://github.com/publiux/laravelcdn. All credit for the original work goes there.

#### Laravel Support
- This fork supports PHP 8.0+ and Laravel 8+.
- This fork supports PHP 8.1+ and Laravel 8+.
- Package auto-discovery is supported.

## Highlights
Expand Down

0 comments on commit 074bebc

Please sign in to comment.