Skip to content

Commit

Permalink
Merge pull request #6 from omalizadeh/feature/laravel-9-support
Browse files Browse the repository at this point in the history
Feature/laravel 9 support
  • Loading branch information
omalizadeh authored Feb 9, 2022
2 parents 92a33bf + b68b328 commit c4a6ff5
Show file tree
Hide file tree
Showing 5 changed files with 620 additions and 718 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ main,develop ]
branches: [ main ]
pull_request:
branches: [ main,develop ]
branches: [ main ]

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"php": "^7.4|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
"illuminate/contracts": "^7.0|^8.0",
"illuminate/http": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0",
"illuminate/contracts": "^7.0|^8.0|^9.0",
"illuminate/http": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"ramsey/uuid": "^4.0"
},
"suggest": {
Expand All @@ -45,7 +45,7 @@
"ext-soap": "Needed to use SOAP drivers: mellat, saman"
},
"require-dev": {
"orchestra/testbench": "^6.18"
"orchestra/testbench": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c4a6ff5

Please sign in to comment.