Skip to content

Commit 7a056af

Browse files
authored
Merge pull request #8 from mrkariox/feature/contractable
Feature/contractable
2 parents 792cf1d + e4f46df commit 7a056af

File tree

5 files changed

+2159
-2
lines changed

5 files changed

+2159
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
composer.lock
22
vendor
33
.php_cs.cache
4+
.idea

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^7.2",
2323
"ext-curl": "*",
2424
"ext-json": "*",
25-
"illuminate/support": "^6.0|^7.0|^8.0"
25+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
2626
},
2727
"require-dev": {
2828
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)