Skip to content

Commit

Permalink
Switch to phpstan-shim
Browse files Browse the repository at this point in the history
  • Loading branch information
teohhanhui committed Nov 23, 2019
1 parent 2d40268 commit a39c5a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ executors:
type: string
docker:
- image: circleci/php:<< parameters.php_version >>-node
environment:
SYMFONY_REQUIRE: ^3.4 || ^4.0 || ^5.0

jobs:
php-cs-fixer:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
EXT_MONGODB_VERSION: '1.6.0'
EXT_PCOV_VERSION: '1.0.6'
LEGACY: '0'
SYMFONY_REQUIRE: ^3.4 || ^4.0 || ^5.0

jobs:
phpunit:
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
language: php

env:
global:
- SYMFONY_REQUIRE='^3.4 || ^4.0 || ^5.0'

cache:
directories:
- $HOME/.composer/cache
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"phpdocumentor/type-resolver": "^0.3 || ^0.4",
"phpspec/prophecy": "^1.8",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11.10",
"phpstan/phpstan-doctrine": "^0.11.5",
"phpstan/phpstan-phpunit": "^0.11.2",
"phpstan/phpstan-shim": "^0.11.10",
"phpstan/phpstan-symfony": "^0.11.6",
"phpunit/phpunit": "^7.5.2 || ^8.0",
"psr/log": "^1.0",
Expand Down Expand Up @@ -128,6 +128,9 @@
"extra": {
"branch-alias": {
"dev-master": "2.5.x-dev"
},
"symfony": {
"require": "^3.4 || ^4.0 || ^5.0"
}
}
}

0 comments on commit a39c5a6

Please sign in to comment.