Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit c0d2e2a

Browse files
committed
Merge branch 'release/1.1.0'
2 parents fc92187 + 80b5b4d commit c0d2e2a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": ">=7.2",
20-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
20+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
2121
"swiftmailer/swiftmailer": "~6.0",
22-
"phpunit/phpunit": "~7.0.1|^7.5"
22+
"phpunit/phpunit": "~7.0.1|~8.0"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1",
26-
"psy/psysh": "^0.5.1",
27-
"symfony/thanks": "^1.0",
26+
"psy/psysh": "^0.9.9",
27+
"symfony/thanks": "^1.1",
2828
"symfony/var-dumper": "~3.0|^4.2"
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)