Skip to content

Commit

Permalink
Merge pull request #2 from theimerj/master
Browse files Browse the repository at this point in the history
Support L8
  • Loading branch information
dominik-wbz authored Nov 10, 2020
2 parents b997290 + 0529607 commit 5bce73c
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 5bce73c

Please sign in to comment.