Skip to content

Commit

Permalink
Merge pull request #3 from byteasc/9.0.0
Browse files Browse the repository at this point in the history
v9.. Laravel 9 update
  • Loading branch information
J. Fulbright authored Jun 24, 2022
2 parents 957508d + 2ed26be commit 00c12e7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
}
],
"require": {
"php": ">=7.3.0",
"illuminate/support": "^8.0",
"illuminate/container": "^8.0",
"illuminate/database": "^8.0",
"illuminate/events": "^8.0"
},
"require-dev": {
"php": "^7.2.5|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/container": "^7.0|^8.0|^9.0",
"illuminate/database": "^7.0|^8.0|^9.0",
"illuminate/events": "^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4|^9.0",
"orchestra/testbench": "^5.0",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"codacy/coverage": "dev-master"
},
},
"autoload": {
"psr-4": {
"Askedio\\SoftCascade\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Askedio\\Tests\\" : "tests"
"Askedio\\Tests\\": "tests"
}
},
"extra": {
Expand All @@ -40,4 +40,4 @@
]
}
}
}
}

0 comments on commit 00c12e7

Please sign in to comment.