Skip to content

Commit 8e4c81e

Browse files
authored
Update composer.json
1 parent a58a3ab commit 8e4c81e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1",
16-
"illuminate/notifications": "^5.3|^6.0",
17-
"illuminate/support": "^5.1|^6.0",
15+
"php": "^7.2",
16+
"illuminate/notifications": "^5.3|^6.0|^7.0",
17+
"illuminate/support": "^5.1|^6.0|^7.0",
1818
"minishlink/web-push": "^5.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "~1.0",
2222
"orchestra/testbench": "^4.0",
23-
"phpunit/phpunit": "^8.0"
23+
"phpunit/phpunit": "^8.5"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)