Skip to content

Commit

Permalink
Adds support for php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mc0de committed Jan 17, 2022
1 parent 2a940de commit 2bd9be2
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 @@ -13,13 +13,13 @@
"homepage": "https://github.com/LaravelDaily/laravel-invoices",
"keywords": ["Laravel", "Invoice", "Invoices"],
"require": {
"php": ">=7.3",
"barryvdh/laravel-dompdf": "^0.9",
"illuminate/support": "^5.5|^6|^7|^8",
"illuminate/http": "^5.5|^6|^7|^8"
"php": "^7.3|^8.0",
"barryvdh/laravel-dompdf": "^0.9.0",
"illuminate/http": "^5.5|^6|^7|^8",
"illuminate/support": "^5.5|^6|^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"phpunit/phpunit": "^9.3",
"symfony/var-dumper": "^5.0"
},
"autoload": {
Expand Down

0 comments on commit 2bd9be2

Please sign in to comment.