Skip to content

Commit

Permalink
Support L8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Theimer authored Nov 10, 2020
1 parent 59a16dc commit 0529607
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
}
],
"require": {
"php": ">=7.2.0",
"laravel/framework": "^7.0",
"illuminate/support": "^6.18|^7.0",
"php": ">=7.3.0",
"laravel/framework": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0",
"fakturoid/fakturoid-php": "^1.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"orchestra/testbench": "^5.1",
"phpunit/phpunit": "^8.0|^9.0"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -62,4 +62,4 @@
}
}
}
}
}

0 comments on commit 0529607

Please sign in to comment.