Skip to content

Commit

Permalink
feat: Added support for Laravel 9.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryne committed Jul 22, 2022
1 parent 245a2fe commit 2896308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -32,11 +32,11 @@
"license": "MIT",
"name": "maicol07/flarum-api-client",
"require": {
"php": ">=7.3",
"php": ">=7.3|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7",
"illuminate/cache": "^6|^8",
"illuminate/support": "^6|^8"
"illuminate/cache": "^6|^8|^9",
"illuminate/support": "^6|^8|^9"
},
"require-dev": {
"phpunit/phpunit": "^9",
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Expand Up @@ -11,7 +11,7 @@
>
<testsuites>
<testsuite name="TestSuite">
<directory>./tests/unit/</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 2896308

Please sign in to comment.