|
1 | | -{ |
2 | | - "name": "assoconnect/php-date-bundle", |
3 | | - "description": "Symfony bundle for assoconnect/php-date library", |
4 | | - "type": "symfony-bundle", |
5 | | - "license": "MIT", |
6 | | - "autoload": { |
7 | | - "psr-4": { |
8 | | - "AssoConnect\\PHPDateBundle\\": "src/" |
9 | | - } |
10 | | - }, |
11 | | - "autoload-dev": { |
12 | | - "psr-4": { |
13 | | - "AssoConnect\\PHPDateBundle\\Tests\\": "tests/" |
14 | | - } |
15 | | - }, |
16 | | - "require-dev": { |
17 | | - "symfony/contracts": "^2.4", |
18 | | - "symfony/translation": "^7.0", |
19 | | - "assoconnect/php-quality-config": "^2", |
20 | | - "assoconnect/validator-bundle": "^2.39.2" |
21 | | - }, |
22 | | - "require": { |
23 | | - "ext-intl": "*", |
24 | | - "php": "^8.3", |
25 | | - "symfony/framework-bundle": "^7.0", |
26 | | - "assoconnect/php-date": "^2.11", |
27 | | - "doctrine/dbal": "^2.10|^3.0", |
28 | | - "symfony/serializer": "^7.0", |
29 | | - "twig/twig": "^3", |
30 | | - "symfony/clock": "^7.3" |
31 | | - }, |
32 | | - "config": { |
33 | | - "allow-plugins": { |
34 | | - "dealerdirect/phpcodesniffer-composer-installer": true |
35 | | - } |
36 | | - } |
37 | | -} |
| 1 | +{ |
| 2 | + "name": "assoconnect/php-date-bundle", |
| 3 | + "description": "Symfony bundle for assoconnect/php-date library", |
| 4 | + "type": "symfony-bundle", |
| 5 | + "license": "MIT", |
| 6 | + "autoload": { |
| 7 | + "psr-4": { |
| 8 | + "AssoConnect\\PHPDateBundle\\": "src/" |
| 9 | + } |
| 10 | + }, |
| 11 | + "autoload-dev": { |
| 12 | + "psr-4": { |
| 13 | + "AssoConnect\\PHPDateBundle\\Tests\\": "tests/" |
| 14 | + } |
| 15 | + }, |
| 16 | + "require-dev": { |
| 17 | + "symfony/contracts": "^2.4", |
| 18 | + "symfony/translation": "^7.0", |
| 19 | + "assoconnect/php-quality-config": "^2.2", |
| 20 | + "assoconnect/validator-bundle": "^2.39.2" |
| 21 | + }, |
| 22 | + "require": { |
| 23 | + "ext-intl": "*", |
| 24 | + "php": "^8.3", |
| 25 | + "symfony/framework-bundle": "^7.0", |
| 26 | + "assoconnect/php-date": "^2.11", |
| 27 | + "doctrine/dbal": "^2.10|^3.0", |
| 28 | + "symfony/serializer": "^7.0", |
| 29 | + "twig/twig": "^3", |
| 30 | + "symfony/clock": "^7.3" |
| 31 | + }, |
| 32 | + "config": { |
| 33 | + "allow-plugins": { |
| 34 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 35 | + } |
| 36 | + } |
| 37 | +} |
0 commit comments