Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
WimDeMeester committed Sep 14, 2020
2 parents f6be05e + b76654b commit 087a849
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"issues": "https://github.com/deepskylog/laravel-gettext/issues"
},
"require": {
"php": ">=7.1",
"laravel/framework": "^5.6 || ^6.0 || ^7.0",
"php": ">=7.2",
"laravel/framework": "^6.0 || ^7.0 || ^8.0",
"laravel/helpers": "^1.1"
},
"require-dev": {
"mockery/mockery": "dev-master",
"phpunit/phpunit": "~7.0 || ^8",
"phpunit/phpunit": "~7.0 || ^8.5 || ^9",
"squizlabs/php_codesniffer" : "1.5.*",
"laravel/laravel": "^5.6 || ^6.0",
"laravel/laravel": "^6.0 || ^7.0 || ^8.0",
"php-coveralls/php-coveralls": "^2.1"
},
"autoload": {
Expand Down

0 comments on commit 087a849

Please sign in to comment.