|
| 1 | +{ |
| 2 | + "name": "backstage/counter-component", |
| 3 | + "description": "Laravel Counter Component", |
| 4 | + "keywords": [ |
| 5 | + "backstage", |
| 6 | + "laravel", |
| 7 | + "laravel-blade" |
| 8 | + ], |
| 9 | + "homepage": "https://github.com/backstagephp/Counter-Component", |
| 10 | + "license": "MIT", |
| 11 | + "authors": [ |
| 12 | + { |
| 13 | + "name": "Mark van Eijk", |
| 14 | + "email": "mark@vormkracht10.nl", |
| 15 | + "role": "Developer" |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "Yoni van Haarlem", |
| 19 | + "email": "yoni@vormkracht10.nl", |
| 20 | + "role": "Developer" |
| 21 | + }, |
| 22 | + { |
| 23 | + "name": "Mathieu de Ruiter", |
| 24 | + "email": "mathieu@vormkracht10.nl", |
| 25 | + "role": "Developer" |
| 26 | + } |
| 27 | + ], |
| 28 | + "require": { |
| 29 | + "php": "^8.3", |
| 30 | + "illuminate/contracts": "^11.0||^12.0", |
| 31 | + "spatie/laravel-package-tools": "^1.14.0", |
| 32 | + "symfony/cache": "^7.0" |
| 33 | + }, |
| 34 | + "require-dev": { |
| 35 | + "laravel/pint": "^1.0", |
| 36 | + "nunomaduro/collision": "^8.0", |
| 37 | + "larastan/larastan": "^2.9.0", |
| 38 | + "orchestra/testbench": "^9.0", |
| 39 | + "pestphp/pest": "^3.0", |
| 40 | + "pestphp/pest-plugin-arch": "^3.0", |
| 41 | + "pestphp/pest-plugin-laravel": "^3.0", |
| 42 | + "phpstan/extension-installer": "^1.0", |
| 43 | + "phpstan/phpstan-deprecation-rules": "^1.0", |
| 44 | + "phpstan/phpstan-phpunit": "^1.0" |
| 45 | + }, |
| 46 | + "autoload": { |
| 47 | + "psr-4": { |
| 48 | + "Backstage\\Counter\\": "src/" |
| 49 | + } |
| 50 | + }, |
| 51 | + "scripts": { |
| 52 | + "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi", |
| 53 | + "analyse": "vendor/bin/phpstan analyse", |
| 54 | + "test": "vendor/bin/pest", |
| 55 | + "test-coverage": "vendor/bin/pest --coverage", |
| 56 | + "format": "vendor/bin/pint" |
| 57 | + }, |
| 58 | + "config": { |
| 59 | + "sort-packages": true, |
| 60 | + "allow-plugins": { |
| 61 | + "pestphp/pest-plugin": true, |
| 62 | + "phpstan/extension-installer": true |
| 63 | + } |
| 64 | + }, |
| 65 | + "extra": { |
| 66 | + "laravel": { |
| 67 | + "providers": [ |
| 68 | + "Backstage\\Counter\\CounterServiceProvider" |
| 69 | + ] |
| 70 | + } |
| 71 | + }, |
| 72 | + "prefer-stable": true |
| 73 | +} |
0 commit comments