Skip to content

Commit

Permalink
Symfony 4 only
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Oct 28, 2019
1 parent 34d3746 commit 53e5ce9
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 323 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ branches:
matrix:
fast_finish: true
include:
- php: 7.2
- php: 7.3
env: 'DEPENDENCIES=highest'
- php: 7.2
- php: 7.1
- php: 7.0.11
env: 'SCENARIO=symfony3 DEPENDENCIES=lowest'
env: 'DEPENDENCIES=lowest'

sudo: false

Expand Down
32 changes: 8 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,29 @@
},
"bin":["robo"],
"require": {
"php": ">=7",
"php": ">=7.1.3",
"consolidation/config": "^1.2",
"consolidation/log": "^1.1.1",
"consolidation/annotated-command": "^2.11.0",
"consolidation/output-formatters": "^3.1.13",
"consolidation/self-update": "^1",
"grasmash/yaml-expander": "^1.3",
"league/container": "^2.2",
"symfony/console": "^3.4|^4",
"symfony/event-dispatcher": "^3.4|^4",
"symfony/filesystem": "^3|^4",
"symfony/finder": "^3|^4",
"symfony/process": "^3|^4"
"symfony/console": "^4",
"symfony/event-dispatcher": "^4",
"symfony/filesystem": "^4",
"symfony/finder": "^4",
"symfony/process": "^4"
},
"require-dev": {
"g1a/composer-test-scenarios": "^3",
"patchwork/jsqueeze": "^2",
"natxet/cssmin": "3.0.4",
"pear/archive_tar": "^1.4.4",
"codeception/base": "^2.3.7",
"goaop/framework": "~2.1.2",
"codeception/verify": "^0.3.2",
"codeception/aspect-mock": "^1|^2.1.1",
"goaop/parser-reflection": "^1.1.0",
"codeception/base": "^3",
"codeception/aspect-mock": "^3",
"nikic/php-parser": "^3.1.5",
"php-coveralls/php-coveralls": "^1",
"phpunit/php-code-coverage": "~2|~4",
"squizlabs/php_codesniffer": "^2.8"
},
"scripts": {
Expand All @@ -71,18 +67,6 @@
}
},
"extra": {
"scenarios": {
"symfony3": {
"require": {
"symfony/console": "^3"
},
"config": {
"platform": {
"php": "7.0.11"
}
}
}
},
"branch-alias": {
"dev-master": "2.x-dev"
}
Expand Down
Loading

0 comments on commit 53e5ce9

Please sign in to comment.