Skip to content

Commit

Permalink
Merge pull request #10 from cashier-provider/2.x
Browse files Browse the repository at this point in the history
Normalize `composer.json`
  • Loading branch information
Andrey Helldar authored Dec 8, 2021
2 parents 283e4fc + 9acf4b5 commit c504624
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -24,19 +24,21 @@
"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"
},
"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"
Expand All @@ -50,7 +52,5 @@
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true
}
}

0 comments on commit c504624

Please sign in to comment.