Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
madeITBelgium committed Sep 8, 2020
1 parent 9aaad63 commit 9403d35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "madeitbelgium/domainbox",
"version": "0.8.0",
"version": "0.9.0",
"description": "PHP Laravel Domainbox SDK",
"keywords": ["hosting", "domainbox", "domainname"],
"homepage": "http://www.madeit.be",
Expand All @@ -14,14 +14,14 @@
}
],
"require": {
"illuminate/support": "5.*|^6.0|^7.0",
"illuminate/support": "5.*|^6.0|^7.0|8.*",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "5.7.*|6.2.*",
"mockery/mockery": "0.9",
"illuminate/container": "5.*|^6.0|^7.0",
"illuminate/validation": "5.*|^6.0|^7.0"
"illuminate/container": "5.*|^6.0|^7.0|8.*",
"illuminate/validation": "5.*|^6.0|^7.0|8.*"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 9403d35

Please sign in to comment.