|
3 | 3 | "license": "MIT", |
4 | 4 | "type": "project", |
5 | 5 | "description": "DDD php Skeleton - Monorepository", |
| 6 | + "repositories": [ |
| 7 | + { |
| 8 | + "type": "vcs", |
| 9 | + "url": "https://github.com/Behat/Behat", |
| 10 | + "comment": "Waiting for new tag" |
| 11 | + }, |
| 12 | + { |
| 13 | + "type": "vcs", |
| 14 | + "url": "https://github.com/DonCallisto/MinkExtension", |
| 15 | + "comment": "Waiting for https://github.com/Behat/MinkExtension/pull/355" |
| 16 | + }, |
| 17 | + { |
| 18 | + "type": "vcs", |
| 19 | + "url": "https://github.com/ruudk/MinkBrowserKitDriver", |
| 20 | + "comment": "Waiting for https://github.com/minkphp/Mink/issues/787 and then a new release" |
| 21 | + } |
| 22 | + ], |
6 | 23 | "require": { |
7 | | - "php": ">7.2", |
| 24 | + "php": "7.4", |
8 | 25 |
|
9 | 26 | "ext-amqp": "*", |
10 | 27 | "ext-apcu": "*", |
11 | 28 | "ext-json": "*", |
12 | 29 | "ext-zend-opcache": "*", |
13 | 30 | "ext-pdo": "*", |
14 | 31 |
|
15 | | - "symfony/framework-bundle": "^4.3", |
16 | | - "symfony/messenger": "^4.3", |
17 | | - "symfony/dotenv": "^4.3", |
18 | | - "symfony/yaml": "^4.3", |
19 | | - "symfony/twig-bundle": "^4.3", |
20 | | - "symfony/validator": "^4.3", |
| 32 | + "symfony/framework-bundle": "^5.0", |
| 33 | + "symfony/messenger": "^5.0", |
| 34 | + "symfony/dotenv": "^5.0", |
| 35 | + "symfony/yaml": "^5.0", |
| 36 | + "symfony/twig-bundle": "^5.0", |
| 37 | + "symfony/validator": "^5.0", |
21 | 38 |
|
22 | 39 | "lambdish/phunctional": "^2.0", |
23 | 40 |
|
24 | 41 | "ramsey/uuid": "^3.8", |
25 | 42 |
|
26 | 43 | "doctrine/dbal": "^2.9", |
27 | 44 | "doctrine/orm": "^2.6", |
28 | | - "ocramius/proxy-manager": "2.2.2", |
| 45 | + "ocramius/proxy-manager": "^2.6", |
29 | 46 |
|
30 | 47 | "elasticsearch/elasticsearch": "^7.3", |
31 | 48 | "monolog/monolog": "^2.0" |
|
35 | 52 |
|
36 | 53 | "roave/security-advisories": "dev-master", |
37 | 54 |
|
38 | | - "behat/behat": "^3.5", |
39 | | - "behat/mink-extension": "^2.3", |
40 | | - "behat/mink-browserkit-driver": "^1.3", |
41 | | - "friends-of-behat/symfony-extension": "^2.0", |
| 55 | + "behat/behat": "dev-master as 3.6", |
| 56 | + "behat/mink-extension": "dev-patch-4", |
| 57 | + "behat/mink-browserkit-driver": "dev-symfony-5", |
| 58 | + "friends-of-behat/symfony-extension": "2.1.0-BETA.1", |
42 | 59 |
|
43 | | - "phpunit/phpunit": "^8.2", |
| 60 | + "phpunit/phpunit": "^8.5", |
44 | 61 | "mockery/mockery": "^1.2", |
45 | 62 |
|
46 | | - "fzaninotto/faker": "^1.8", |
47 | | - "wouterj/eloquent-bundle": "^1.0" |
| 63 | + "fzaninotto/faker": "^1.8" |
48 | 64 | }, |
49 | 65 | "autoload": { |
50 | 66 | "psr-4": { |
|
0 commit comments