Skip to content

Commit 4994050

Browse files
committed
Merge branch 'hotfix/2.0.1'
2 parents aa2fbd8 + 09ccbf2 commit 4994050

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.scrutinizer.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
format: 'php-clover'
2424
- php-scrutinizer-run --enable-security-analysis
2525
- make codestyle
26+
- composer global require maglnet/composer-require-checker && composer-require-checker check composer.json
2627
cache:
2728
directories:
2829
- ~/.composer

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ env:
1212
- PHPCS_REPORT_STYLE: 'full'
1313
- COMPOSER_OPTIONS: '--optimize-autoloader'
1414
jobs:
15-
- SYMFONY_VERSION: '~3.0'
1615
- SYMFONY_VERSION: '~4.0'
16+
- SYMFONY_VERSION: '~5.0'
1717

1818
jobs:
1919
fast_finish: true

0 commit comments

Comments
 (0)