diff --git a/composer.json b/composer.json index 6b387d6..ea7bcfb 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "cashier-provider/tinkoff-qr", "description": "Driver for payment with QR codes via Tinkoff (see cashier-provider/core)", - "type": "library", "license": "MIT", + "type": "library", "keywords": [ "andrey-helldar", "helldar", @@ -24,7 +24,7 @@ "source": "https://github.com/cashier-provider/tinkoff-qr" }, "require": { - "php": "^7.3|^8.0", + "php": "^7.3 || ^8.0", "cashier-provider/core": "^2.0", "cashier-provider/tinkoff-auth": "^2.0", "psr/http-message": "^1.0" @@ -32,11 +32,13 @@ "require-dev": { "ext-json": "*", "dragon-code/support": "^5.0", - "illuminate/database": "^6.0|^7.0|^8.0", - "orchestra/testbench": "^4.0|^5.0|^6.0", + "illuminate/database": "^6.0 || ^7.0 || ^8.0", + "orchestra/testbench": "^4.0 || ^5.0 || ^6.0", "phpunit/phpunit": "^9.0", - "symfony/var-dumper": "^4.0|^5.0" + "symfony/var-dumper": "^4.0 || ^5.0" }, + "minimum-stability": "stable", + "prefer-stable": true, "autoload": { "psr-4": { "CashierProvider\\Tinkoff\\QrCode\\": "src" @@ -50,7 +52,5 @@ "config": { "preferred-install": "dist", "sort-packages": true - }, - "minimum-stability": "stable", - "prefer-stable": true + } }