We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa2fbd8 + 09ccbf2 commit 4994050Copy full SHA for 4994050
.scrutinizer.yml
@@ -23,6 +23,7 @@ build:
23
format: 'php-clover'
24
- php-scrutinizer-run --enable-security-analysis
25
- make codestyle
26
+ - composer global require maglnet/composer-require-checker && composer-require-checker check composer.json
27
cache:
28
directories:
29
- ~/.composer
.travis.yml
@@ -12,8 +12,8 @@ env:
12
- PHPCS_REPORT_STYLE: 'full'
13
- COMPOSER_OPTIONS: '--optimize-autoloader'
14
jobs:
15
- - SYMFONY_VERSION: '~3.0'
16
- SYMFONY_VERSION: '~4.0'
+ - SYMFONY_VERSION: '~5.0'
17
18
19
fast_finish: true
0 commit comments