Skip to content

Commit 087a849

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents f6be05e + b76654b commit 087a849

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
@@ -28,15 +28,15 @@
2828
"issues": "https://github.com/deepskylog/laravel-gettext/issues"
2929
},
3030
"require": {
31-
"php": ">=7.1",
32-
"laravel/framework": "^5.6 || ^6.0 || ^7.0",
31+
"php": ">=7.2",
32+
"laravel/framework": "^6.0 || ^7.0 || ^8.0",
3333
"laravel/helpers": "^1.1"
3434
},
3535
"require-dev": {
3636
"mockery/mockery": "dev-master",
37-
"phpunit/phpunit": "~7.0 || ^8",
37+
"phpunit/phpunit": "~7.0 || ^8.5 || ^9",
3838
"squizlabs/php_codesniffer" : "1.5.*",
39-
"laravel/laravel": "^5.6 || ^6.0",
39+
"laravel/laravel": "^6.0 || ^7.0 || ^8.0",
4040
"php-coveralls/php-coveralls": "^2.1"
4141
},
4242
"autoload": {

0 commit comments

Comments
 (0)