|
2 | 2 | "name": "brainbits/transcoder-bundle",
|
3 | 3 | "description": "Bundle for encoding, decoding transcoding data.",
|
4 | 4 | "keywords": ["symfony", "encoder", "decoder"],
|
5 |
| - "homepage": "http://brainbits.net", |
| 5 | + "homepage": "https://www.brainbits.net", |
6 | 6 | "license": "MIT",
|
7 | 7 | "authors": [
|
8 | 8 | {
|
|
19 | 19 | }
|
20 | 20 | ],
|
21 | 21 | "require": {
|
22 |
| - "php": "^7.1", |
23 |
| - "brainbits/transcoder": "^3.0" |
| 22 | + "php": "^7.4|^8.0", |
| 23 | + "brainbits/transcoder": "^4.0", |
| 24 | + "symfony/config": ">=4.4.12", |
| 25 | + "symfony/dependency-injection": ">=4.4.12", |
| 26 | + "symfony/http-kernel": ">=4.4" |
24 | 27 | },
|
25 | 28 | "require-dev": {
|
26 |
| - "phpunit/phpunit": "^6.0", |
27 |
| - "symfony/config": "^2.8|^3.0", |
28 |
| - "symfony/dependency-injection": "^2.8|^3.0", |
29 |
| - "symfony/http-kernel": "^2.8|^3.0", |
30 |
| - "matthiasnoback/symfony-config-test": "^3.0", |
31 |
| - "matthiasnoback/symfony-dependency-injection-test": "^2.0" |
| 29 | + "brainbits/phpcs-standard": "^5.0", |
| 30 | + "brainbits/phpstan-rules": "^2.0", |
| 31 | + "jangregor/phpstan-prophecy": "^0.8.1", |
| 32 | + "matthiasnoback/symfony-config-test": "^4.3", |
| 33 | + "matthiasnoback/symfony-dependency-injection-test": "^4.3", |
| 34 | + "phpspec/prophecy-phpunit": "^2.0", |
| 35 | + "phpstan/phpstan": "^0.12.99", |
| 36 | + "phpunit/phpunit": "^9.5", |
| 37 | + "squizlabs/php_codesniffer": "^3.6" |
32 | 38 | },
|
33 | 39 | "autoload": {
|
34 | 40 | "psr-4": { "Brainbits\\TranscoderBundle\\": "src/" }
|
35 | 41 | },
|
36 | 42 | "autoload-dev": {
|
37 | 43 | "psr-4": { "Brainbits\\TranscoderBundle\\Tests\\": "tests/" }
|
38 | 44 | },
|
| 45 | + "config": { |
| 46 | + "sort-packages": true |
| 47 | + }, |
39 | 48 | "extra": {
|
40 | 49 | "branch-alias": {
|
41 |
| - "dev-master": "3.0-dev" |
| 50 | + "dev-master": "4.0-dev" |
42 | 51 | }
|
43 | 52 | },
|
44 | 53 | "minimum-stability": "dev",
|
|
0 commit comments