Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a96d88b

Browse files
Only test on latest version of symfony
Only support symfony 2.x Test on PHP 7.1 & 7.2
1 parent e5bcf25 commit a96d88b

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ matrix:
66
env: COMPOSER_FLAGS="--prefer-lowest"
77
- php: 5.6
88
- php: 7.0
9-
env: SYMFONY_VERSION='2.7.*'
10-
- php: 7.0
11-
env: SYMFONY_VERSION='2.8.*'
12-
- php: 7.0
13-
env: SYMFONY_VERSION='3.0.*'
9+
- php: 7.1
10+
- php: 7.2
1411

1512
before_install:
1613
- composer self-update
17-
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
1814

1915
install:
2016
- composer update $COMPOSER_FLAGS --prefer-dist --optimize-autoloader

‎composer.json‎

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
"php" : ">=5.6",
1919
"ext-pdo_sqlite": "*",
2020
"php-di/php-di": "^5.0",
21-
"php-di/invoker": "^1.0",
2221
"container-interop/container-interop": "^1.0",
23-
"symfony/process": "^2.3|^3.0",
24-
"symfony/filesystem": "^2.3|^3.0",
22+
"symfony/process": "^3.0",
23+
"symfony/filesystem": "^3.0",
2524
"fzaninotto/faker": "^1.5",
2625
"aydin-hassan/cli-md-renderer": "^2.2",
2726
"php-school/cli-menu": "^2.0",
@@ -52,11 +51,6 @@
5251
"PhpSchool\\PhpWorkshopTest\\": "test"
5352
}
5453
},
55-
"extra" : {
56-
"branch-alias": {
57-
"dev-master": "0.1.x-dev"
58-
}
59-
},
6054
"scripts" : {
6155
"cs" : [
6256
"phpcs src --standard=PSR2 --encoding=UTF-8",

‎composer.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /