|
1 | 1 | { |
2 | | - "name": "guave/cloudflareturnstile-bundle", |
3 | | - "description": "Cloudflare Turnstile for Contao", |
4 | | - "license": "ISC", |
5 | | - "type": "contao-bundle", |
6 | | - "homepage": "https://www.guaveinteractive.ch", |
7 | | - "support": { |
8 | | - "issues": "https://github.com/guavestudios/cloudflareturnstilebundle/issues", |
9 | | - "source": "https://github.com/guavestudios/cloudflareturnstilebundle" |
10 | | - }, |
11 | | - "require": { |
12 | | - "php": "^7.4 || ^8.0", |
| 2 | + "name": "guave/cloudflareturnstile-bundle", |
| 3 | + "description": "Cloudflare Turnstile for Contao", |
| 4 | + "license": "ISC", |
| 5 | + "type": "contao-bundle", |
| 6 | + "homepage": "https://www.guaveinteractive.ch", |
| 7 | + "support": { |
| 8 | + "issues": "https://github.com/guavestudios/cloudflareturnstilebundle/issues", |
| 9 | + "source": "https://github.com/guavestudios/cloudflareturnstilebundle" |
| 10 | + }, |
| 11 | + "require": { |
| 12 | + "php": "^7.4 || ^8.0", |
13 | 13 | "ext-curl": "*", |
14 | | - "contao/core-bundle": "^4.13", |
15 | | - "symfony/config": "^5.4", |
16 | | - "symfony/dependency-injection": "^5.4", |
17 | | - "symfony/http-kernel": "^5.4" |
18 | | - }, |
19 | | - "require-dev": { |
20 | | - "bamarni/composer-bin-plugin": "^1.5", |
21 | | - "contao/manager-plugin": "^2.0", |
22 | | - "phpunit/phpunit": "^9.5", |
23 | | - "roave/security-advisories": "dev-latest", |
24 | | - "symfony/phpunit-bridge": "^6.1" |
25 | | - }, |
26 | | - "conflict": { |
27 | | - "contao/manager-plugin": "<2.0 || >=3.0" |
28 | | - }, |
29 | | - "autoload": { |
30 | | - "psr-4": { |
31 | | - "Guave\\CloudflareTurnstileBundle\\": "src/" |
32 | | - }, |
33 | | - "classmap": [ |
34 | | - "contao/" |
35 | | - ], |
36 | | - "exclude-from-classmap": [ |
37 | | - "contao/config/", |
38 | | - "contao/dca/", |
39 | | - "contao/languages/", |
40 | | - "contao/templates/" |
41 | | - ] |
42 | | - }, |
43 | | - "autoload-dev": { |
44 | | - "psr-4": { |
45 | | - "Guave\\CloudflareTurnstileBundle\\Tests\\": "tests/" |
46 | | - } |
47 | | - }, |
48 | | - "config": { |
49 | | - "allow-plugins": { |
50 | | - "bamarni/composer-bin-plugin": true, |
51 | | - "contao-components/installer": true, |
52 | | - "contao/manager-plugin": true, |
53 | | - "php-http/discovery": false |
54 | | - } |
55 | | - }, |
56 | | - "extra": { |
57 | | - "bamarni-bin": { |
58 | | - "bin-links": false, |
59 | | - "target-directory": "tools" |
60 | | - }, |
61 | | - "contao-manager-plugin": "Guave\\CloudflareTurnstileBundle\\ContaoManager\\Plugin" |
62 | | - }, |
63 | | - "scripts": { |
64 | | - "all": [ |
65 | | - "@unit-tests", |
66 | | - "@ecs", |
67 | | - "@phpstan" |
68 | | - ], |
69 | | - "ecs": "@php tools/ecs/vendor/bin/ecs check src tests --config ecs.php --fix --ansi", |
70 | | - "phpstan": "@php tools/phpstan/vendor/bin/phpstan analyze --ansi", |
71 | | - "unit-tests": "@php vendor/bin/phpunit --colors=always" |
72 | | - } |
| 14 | + "contao/core-bundle": "^4.13", |
| 15 | + "symfony/config": "^5.4", |
| 16 | + "symfony/dependency-injection": "^5.4", |
| 17 | + "symfony/http-kernel": "^5.4" |
| 18 | + }, |
| 19 | + "require-dev": { |
| 20 | + "bamarni/composer-bin-plugin": "^1.5", |
| 21 | + "contao/manager-plugin": "^2.0", |
| 22 | + "phpunit/phpunit": "^9.5", |
| 23 | + "roave/security-advisories": "dev-latest", |
| 24 | + "symfony/phpunit-bridge": "^6.1" |
| 25 | + }, |
| 26 | + "conflict": { |
| 27 | + "contao/manager-plugin": "<2.0 || >=3.0" |
| 28 | + }, |
| 29 | + "autoload": { |
| 30 | + "psr-4": { |
| 31 | + "Guave\\CloudflareTurnstileBundle\\": "src/" |
| 32 | + }, |
| 33 | + "classmap": [ |
| 34 | + "contao/" |
| 35 | + ], |
| 36 | + "exclude-from-classmap": [ |
| 37 | + "contao/config/", |
| 38 | + "contao/dca/", |
| 39 | + "contao/languages/", |
| 40 | + "contao/templates/" |
| 41 | + ] |
| 42 | + }, |
| 43 | + "autoload-dev": { |
| 44 | + "psr-4": { |
| 45 | + "Guave\\CloudflareTurnstileBundle\\Tests\\": "tests/" |
| 46 | + } |
| 47 | + }, |
| 48 | + "config": { |
| 49 | + "allow-plugins": { |
| 50 | + "bamarni/composer-bin-plugin": true, |
| 51 | + "contao-components/installer": true, |
| 52 | + "contao/manager-plugin": true, |
| 53 | + "php-http/discovery": false |
| 54 | + } |
| 55 | + }, |
| 56 | + "extra": { |
| 57 | + "bamarni-bin": { |
| 58 | + "bin-links": false, |
| 59 | + "target-directory": "tools" |
| 60 | + }, |
| 61 | + "contao-manager-plugin": "Guave\\CloudflareTurnstileBundle\\ContaoManager\\Plugin" |
| 62 | + }, |
| 63 | + "scripts": { |
| 64 | + "all": [ |
| 65 | + "@unit-tests", |
| 66 | + "@ecs", |
| 67 | + "@phpstan" |
| 68 | + ], |
| 69 | + "ecs": "@php tools/ecs/vendor/bin/ecs check src tests --config ecs.php --fix --ansi", |
| 70 | + "phpstan": "@php tools/phpstan/vendor/bin/phpstan analyze --ansi", |
| 71 | + "unit-tests": "@php vendor/bin/phpunit --colors=always" |
| 72 | + } |
73 | 73 | } |
0 commit comments