Skip to content

Commit c4a6ff5

Browse files
authored
Merge pull request #6 from omalizadeh/feature/laravel-9-support
Feature/laravel 9 support
2 parents 92a33bf + b68b328 commit c4a6ff5

File tree

5 files changed

+620
-718
lines changed

5 files changed

+620
-718
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Tests
22

33
on:
44
push:
5-
branches: [ main,develop ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ main,develop ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"php": "^7.4|^8.0",
3434
"ext-json": "*",
3535
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
36-
"illuminate/contracts": "^7.0|^8.0",
37-
"illuminate/http": "^7.0|^8.0",
38-
"illuminate/support": "^7.0|^8.0",
36+
"illuminate/contracts": "^7.0|^8.0|^9.0",
37+
"illuminate/http": "^7.0|^8.0|^9.0",
38+
"illuminate/support": "^7.0|^8.0|^9.0",
3939
"ramsey/uuid": "^4.0"
4040
},
4141
"suggest": {
@@ -45,7 +45,7 @@
4545
"ext-soap": "Needed to use SOAP drivers: mellat, saman"
4646
},
4747
"require-dev": {
48-
"orchestra/testbench": "^6.18"
48+
"orchestra/testbench": "^7.0"
4949
},
5050
"autoload": {
5151
"psr-4": {

0 commit comments

Comments
 (0)