|
18 | 18 | }, |
19 | 19 | "repositories": [ |
20 | 20 | { |
21 | | - "type": "vcs", |
22 | | - "url": "git@github.com:magento-commerce/laminas-db.git" |
23 | | - }, |
24 | | - { |
25 | | - "type": "vcs", |
26 | | - "url": "git@github.com:magento-commerce/laminas-file.git" |
27 | | - }, |
28 | | - { |
29 | | - "type": "vcs", |
30 | | - "url": "git@github.com:magento-commerce/laminas-di.git" |
31 | | - }, |
32 | | - { |
33 | | - "type": "vcs", |
34 | | - "url": "git@github.com:magento-commerce/allure-phpunit.git" |
35 | | - }, |
36 | | - { |
37 | | - "type": "vcs", |
38 | | - "url": "git@github.com:magento-commerce/laminas-mail.git" |
39 | | - }, |
40 | | - { |
41 | | - "type": "vcs", |
42 | | - "url": "git@github.com:magento-commerce/laminas-mime.git" |
43 | | - }, |
44 | | - { |
45 | | - "type": "vcs", |
46 | | - "url": "git@github.com:magento-commerce/laminas-crypt.git" |
47 | | - }, |
48 | | - { |
49 | | - "type": "vcs", |
50 | | - "url": "git@github.com:magento-commerce/laminas-oauth.git" |
51 | | - }, |
52 | | - { |
53 | | - "type": "vcs", |
54 | | - "url": "git@github.com:magento-commerce/magento-recaptcha.git" |
55 | | - }, |
56 | | - { |
57 | | - "type": "vcs", |
58 | | - "url": "git@github.com:magento-commerce/magento-stock-api-libphp.git" |
59 | | - }, |
60 | | - { |
61 | | - "type": "vcs", |
62 | | - "url": "git@github.com:magento-commerce/magento-ringphp.git" |
63 | | - }, |
64 | | - { |
65 | | - "type": "vcs", |
66 | | - "url": "git@github.com:magento-commerce/magento-elasticsearch-php.git" |
67 | | - }, |
68 | | - { |
69 | | - "type": "vcs", |
70 | | - "url": "git@github.com:magento-commerce/magento-lusitanian-oauth.git" |
| 21 | + "type": "composer", |
| 22 | + "url": "https://connect20-qa01.magedevteam.com/" |
71 | 23 | } |
72 | 24 | ], |
73 | 25 | "require": { |
|
95 | 47 | "colinmollenhour/credis": "^1.15", |
96 | 48 | "colinmollenhour/php-redis-session-abstract": "^2.0", |
97 | 49 | "composer/composer": "^2.0, !=2.2.16", |
98 | | - "magento/elasticsearch": "dev-develop", |
| 50 | + "magento/elasticsearch": "^1.0.0", |
99 | 51 | "ezyang/htmlpurifier": "^4.17", |
100 | 52 | "guzzlehttp/guzzle": "^7.5", |
101 | 53 | "laminas/laminas-captcha": "^2.18", |
102 | 54 | "laminas/laminas-code": "^4.13", |
103 | | - "magento/laminas-db": "dev-develop", |
104 | | - "magento/laminas-di": "dev-develop", |
| 55 | + "magento/laminas-db": "^1.0.0", |
| 56 | + "magento/laminas-di": "^1.0.0", |
105 | 57 | "laminas/laminas-escaper": "^2.13", |
106 | 58 | "laminas/laminas-eventmanager": "^3.11", |
107 | 59 | "laminas/laminas-feed": "^2.22", |
108 | | - "magento/laminas-file": "dev-develop", |
| 60 | + "magento/laminas-file": "^1.0.0", |
109 | 61 | "laminas/laminas-filter": "^2.33", |
110 | 62 | "laminas/laminas-http": "^2.15", |
111 | 63 | "laminas/laminas-i18n": "^2.17", |
112 | | - "magento/laminas-mail": "dev-develop", |
113 | | - "magento/laminas-mime": "dev-develop", |
| 64 | + "magento/laminas-mail": "^1.0.0", |
| 65 | + "magento/laminas-mime": "^1.0.0", |
114 | 66 | "laminas/laminas-modulemanager": "^2.11", |
115 | 67 | "laminas/laminas-mvc": "^3.6", |
116 | | - "magento/laminas-oauth": "dev-develop", |
| 68 | + "magento/laminas-oauth": "^1.0.0", |
117 | 69 | "laminas/laminas-permissions-acl": "^2.10", |
118 | 70 | "laminas/laminas-servicemanager": "^3.16", |
119 | 71 | "laminas/laminas-soap": "^2.10", |
|
122 | 74 | "laminas/laminas-validator": "^2.23", |
123 | 75 | "league/flysystem": "^3.0", |
124 | 76 | "league/flysystem-aws-s3-v3": "^3.0", |
125 | | - "magento/composer": "dev-develop", |
| 77 | + "magento/composer": "^1.10.0-beta1", |
126 | 78 | "magento/composer-dependency-version-audit-plugin": "^0.1", |
127 | 79 | "magento/magento-composer-installer": ">=0.4.0", |
128 | 80 | "magento/zend-cache": "^1.16", |
|
145 | 97 | "web-token/jwt-framework": "^3.4", |
146 | 98 | "webonyx/graphql-php": "^15.0", |
147 | 99 | "wikimedia/less.php": "^5.0", |
148 | | - "magento/recaptcha": "dev-develop", |
149 | | - "magento/stock-api-libphp": "dev-develop", |
150 | | - "magento/ringphp": "dev-develop" |
| 100 | + "magento/ringphp": "^1.0.0" |
151 | 101 | }, |
152 | 102 | "require-dev": { |
153 | | - "magento/allure-phpunit": "dev-develop", |
| 103 | + "magento/allure-phpunit": "^1.0.0", |
154 | 104 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0", |
155 | 105 | "dg/bypass-finals": "^1.4", |
156 | 106 | "friendsofphp/php-cs-fixer": "^3.22", |
157 | | - "magento/oauth": "dev-develop", |
| 107 | + "magento/oauth": "^1.0.0", |
158 | 108 | "magento/magento-coding-standard": "*", |
159 | 109 | "magento/magento2-functional-testing-framework": "^5.0", |
160 | 110 | "pdepend/pdepend": "3.x-dev", |
|
456 | 406 | } |
457 | 407 | }, |
458 | 408 | "prefer-stable": true, |
459 | | - "minimum-stability": "dev" |
| 409 | + "minimum-stability": "beta" |
460 | 410 | } |
461 | 411 |
|
0 commit comments