Skip to content

Commit 24ebcc7

Browse files
authored
Adapt to new runners (#159)
1 parent 1e1247f commit 24ebcc7

42 files changed

Lines changed: 214 additions & 235 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 15 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -37,39 +37,39 @@
3737
"vlucas/phpdotenv": "^5.3",
3838
"yiisoft/access": "^1.0",
3939
"yiisoft/auth": "^3.0",
40-
"yiisoft/cache": "^2.0",
41-
"yiisoft/cache-file": "^2.0",
40+
"yiisoft/cache": "^3.0",
41+
"yiisoft/cache-file": "^3.0",
4242
"yiisoft/config": "^1.0",
4343
"yiisoft/data": "^1.0",
44-
"yiisoft/data-response": "^1.0",
44+
"yiisoft/data-response": "^2.0",
4545
"yiisoft/definitions": "^3.0",
4646
"yiisoft/di": "^1.2",
47-
"yiisoft/error-handler": "^2.0",
47+
"yiisoft/error-handler": "^3.0",
4848
"yiisoft/factory": "^1.1",
4949
"yiisoft/files": "^2.0",
5050
"yiisoft/http": "^1.2",
5151
"yiisoft/injector": "^1.1",
5252
"yiisoft/log": "^2.0",
53-
"yiisoft/log-target-file": "^2.0",
53+
"yiisoft/log-target-file": "^3.0",
5454
"yiisoft/request-body-parser": "^1.1",
5555
"yiisoft/request-model": "^1.0@dev",
56-
"yiisoft/router": "^2.0",
57-
"yiisoft/router-fastroute": "^2.0",
56+
"yiisoft/router": "^3.0",
57+
"yiisoft/router-fastroute": "^3.0",
5858
"yiisoft/security": "^1.0",
59-
"yiisoft/translator": "^2.0",
59+
"yiisoft/translator": "^3.0",
6060
"yiisoft/translator-message-php": "^1.1",
61-
"yiisoft/user": "^1.0",
61+
"yiisoft/user": "^2.0",
6262
"yiisoft/validator": "^3.0@dev",
63-
"yiisoft/yii-console": "^1.3",
63+
"yiisoft/yii-console": "^2.0",
6464
"yiisoft/yii-cycle": "dev-master",
6565
"yiisoft/yii-debug": "^3.0@dev",
6666
"yiisoft/yii-debug-api": "^3.0@dev",
67-
"yiisoft/yii-event": "^1.0",
67+
"yiisoft/yii-event": "^2.0",
6868
"yiisoft/yii-http": "^1.0",
6969
"yiisoft/yii-middleware": "dev-master",
70-
"yiisoft/yii-runner-console": "^1.1",
71-
"yiisoft/yii-runner-http": "^1.1",
72-
"yiisoft/yii-swagger": "^1.0"
70+
"yiisoft/yii-runner-console": "^2.0",
71+
"yiisoft/yii-runner-http": "^2.0",
72+
"yiisoft/yii-swagger": "^2.0"
7373
},
7474
"require-dev": {
7575
"codeception/c3": "^2.6",
@@ -116,78 +116,7 @@
116116
"branch-alias": {
117117
"dev-master": "1.0.x-dev"
118118
},
119-
"config-plugin-options": {
120-
"source-directory": "config"
121-
},
122-
"config-plugin-environments": {
123-
"dev": {
124-
"params": [
125-
"test/params.php"
126-
]
127-
},
128-
"prod": {
129-
"params": [
130-
"test/params.php"
131-
]
132-
},
133-
"test": {
134-
"params": [
135-
"test/params.php"
136-
]
137-
}
138-
},
139-
"config-plugin": {
140-
"common": "common/*.php",
141-
"params": [
142-
"params.php",
143-
"?params-local.php"
144-
],
145-
"web": [
146-
"$common",
147-
"web/*.php"
148-
],
149-
"console": [
150-
"$common",
151-
"console/*.php"
152-
],
153-
"events": "events.php",
154-
"events-web": [
155-
"$events",
156-
"events-web.php"
157-
],
158-
"events-console": [
159-
"$events",
160-
"events-console.php"
161-
],
162-
"providers": "providers.php",
163-
"providers-web": [
164-
"$providers",
165-
"providers-web.php"
166-
],
167-
"providers-console": [
168-
"$providers",
169-
"providers-console.php"
170-
],
171-
"delegates": "delegates.php",
172-
"delegates-web": [
173-
"$delegates",
174-
"delegates-web.php"
175-
],
176-
"delegates-console": [
177-
"$delegates",
178-
"delegates-console.php"
179-
],
180-
"routes": "routes.php",
181-
"bootstrap": "bootstrap.php",
182-
"bootstrap-web": [
183-
"$bootstrap",
184-
"bootstrap-web.php"
185-
],
186-
"bootstrap-console": [
187-
"$bootstrap",
188-
"bootstrap-console.php"
189-
]
190-
}
119+
"config-plugin-file": "configuration.php"
191120
},
192121
"config": {
193122
"sort-packages": true,

config/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*-local.php
2+
.merge-plan.php

config/bootstrap-console.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

config/bootstrap-web.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

config/bootstrap.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)