We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc92187 + 80b5b4d commit c0d2e2aCopy full SHA for c0d2e2a
VERSION
@@ -1 +1 @@
1
-1.0.0
+1.1.0
composer.json
@@ -17,14 +17,14 @@
17
],
18
"require": {
19
"php": ">=7.2",
20
- "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
+ "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
21
"swiftmailer/swiftmailer": "~6.0",
22
- "phpunit/phpunit": "~7.0.1|^7.5"
+ "phpunit/phpunit": "~7.0.1|~8.0"
23
},
24
"require-dev": {
25
"mockery/mockery": "^1",
26
- "psy/psysh": "^0.5.1",
27
- "symfony/thanks": "^1.0",
+ "psy/psysh": "^0.9.9",
+ "symfony/thanks": "^1.1",
28
"symfony/var-dumper": "~3.0|^4.2"
29
30
"autoload": {
0 commit comments