Skip to content

Commit

Permalink
Change the version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidgh83 committed Aug 15, 2023
1 parent e292281 commit c258900
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

strategy:
matrix:
laravel-version: [ "9.*", "8.*", "7.*", "6.*" ] # Add more versions as needed
php-version: [ 8.2, 8.1, 8.0, 7.4 ]
laravel-version: [ "10.*", "9.*", "8.*", "7.*", "6.*" ]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
[![Total Downloads](http://poser.pugx.org/jetcod/eloquent-repository/downloads?style=for-the-badge)](https://packagist.org/packages/jetcod/eloquent-repository)
[![License](http://poser.pugx.org/jetcod/eloquent-repository/license?style=for-the-badge)](https://packagist.org/packages/jetcod/eloquent-repository)
### Requirements
* PHP ^7.3 or higher
* Laravel 5.6 or higher
* Eloquent 5.6 or higher
* PHP ^7.4 or higher
* Laravel 6.0 or higher
* Eloquent 6.0 or higher

### Installation
You can install the library using Composer:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sort-packages": true
},
"require": {
"php": "^7.3|^8.0",
"php": "^7.4|^8.0",
"illuminate/console": "^8.83|^9.0",
"illuminate/contracts": "^8.83|^9.0",
"illuminate/database": "^8.83|^9.0",
Expand Down

0 comments on commit c258900

Please sign in to comment.