Skip to content

Commit fe38de4

Browse files
authored
Merge pull request #3287 from teohhanhui/phpstan-shim
Switch to phpstan-shim
2 parents 2d40268 + a39c5a6 commit fe38de4

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ executors:
183183
type: string
184184
docker:
185185
- image: circleci/php:<< parameters.php_version >>-node
186-
environment:
187-
SYMFONY_REQUIRE: ^3.4 || ^4.0 || ^5.0
188186

189187
jobs:
190188
php-cs-fixer:

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111
EXT_MONGODB_VERSION: '1.6.0'
1212
EXT_PCOV_VERSION: '1.0.6'
1313
LEGACY: '0'
14-
SYMFONY_REQUIRE: ^3.4 || ^4.0 || ^5.0
1514

1615
jobs:
1716
phpunit:

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
language: php
22

3-
env:
4-
global:
5-
- SYMFONY_REQUIRE='^3.4 || ^4.0 || ^5.0'
6-
73
cache:
84
directories:
95
- $HOME/.composer/cache

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"phpdocumentor/type-resolver": "^0.3 || ^0.4",
5252
"phpspec/prophecy": "^1.8",
5353
"phpstan/extension-installer": "^1.0",
54-
"phpstan/phpstan": "^0.11.10",
5554
"phpstan/phpstan-doctrine": "^0.11.5",
5655
"phpstan/phpstan-phpunit": "^0.11.2",
56+
"phpstan/phpstan-shim": "^0.11.10",
5757
"phpstan/phpstan-symfony": "^0.11.6",
5858
"phpunit/phpunit": "^7.5.2 || ^8.0",
5959
"psr/log": "^1.0",
@@ -128,6 +128,9 @@
128128
"extra": {
129129
"branch-alias": {
130130
"dev-master": "2.5.x-dev"
131+
},
132+
"symfony": {
133+
"require": "^3.4 || ^4.0 || ^5.0"
131134
}
132135
}
133136
}

0 commit comments

Comments
 (0)