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 f6be05e + b76654b commit 087a849Copy full SHA for 087a849
composer.json
@@ -28,15 +28,15 @@
28
"issues": "https://github.com/deepskylog/laravel-gettext/issues"
29
},
30
"require": {
31
- "php": ">=7.1",
32
- "laravel/framework": "^5.6 || ^6.0 || ^7.0",
+ "php": ">=7.2",
+ "laravel/framework": "^6.0 || ^7.0 || ^8.0",
33
"laravel/helpers": "^1.1"
34
35
"require-dev": {
36
"mockery/mockery": "dev-master",
37
- "phpunit/phpunit": "~7.0 || ^8",
+ "phpunit/phpunit": "~7.0 || ^8.5 || ^9",
38
"squizlabs/php_codesniffer" : "1.5.*",
39
- "laravel/laravel": "^5.6 || ^6.0",
+ "laravel/laravel": "^6.0 || ^7.0 || ^8.0",
40
"php-coveralls/php-coveralls": "^2.1"
41
42
"autoload": {
0 commit comments