Skip to content

Commit 19d4e37

Browse files
committed
Merge pull request nelmio#765 from Ener-Getick/DEPRECATION
Fix a deprecation
2 parents 49238f4 + 24fa5df commit 19d4e37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
- php: 5.6
1717
env: SYMFONY_VERSION=2.8.*
1818
- php: 5.6
19-
env: SYMFONY_VERSION=3.0.* DEPENDENCIES=dev COMPOSER_FLAGS="--prefer-stable"
19+
env: SYMFONY_VERSION=3.0.*
2020
- php: 7.0
2121
- php: hhvm
2222
fast_finish: true

Tests/Fixtures/app/config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
arguments:
2626
- [foo, bar]
2727
tags:
28-
- { name: form.type, alias: dependency_type }
28+
- { name: form.type, alias: dependency_type, extended_type: Nelmio\ApiDocBundle\Tests\Fixtures\Form\DependencyType }
2929

3030
parameters:
3131
domain_prod: test.com

0 commit comments

Comments
 (0)