Skip to content

Commit

Permalink
Merge pull request #9 from Chapa-Et/dev
Browse files Browse the repository at this point in the history
Support Latest Laravel
  • Loading branch information
isrugeek authored Jul 26, 2024
2 parents cf25354 + cc6417e commit 7dc0eea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8,002 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Generate key
run: php artisan key:generate
- name: Directory Permissions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="http://chapa.co/" target="_blank">
<img src="https://assets.chapa.co/assets/images/chapa-logo.svg" width="320" alt="Chapa Logo"/>
</a>
<p align="center">Official Laravel package for Chapa's API (Laravel 5,6,7,9,10)</p>
<p align="center">Official Laravel package for Chapa's API (Laravel 5,6,7,9,10,11)</p>
</div>
</h1>

Expand Down
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@
"name": "Israel Goytom",
"email": "[email protected]",
"role": "CTO"
},
{
"name": "Semeredin Nurgeba",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^7.2|^8.0|^8.1",
"php": "^7.2|^8.0|^8.1|^8.2",
"guzzlehttp/guzzle": "~6|~7|~8|~9",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^11.0"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 7dc0eea

Please sign in to comment.