Skip to content

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Aug 15, 2020
1 parent 8d9d7c5 commit d0af666
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,8 @@ matrix:
- php: '7.2'
env: COMPOSER_FLAGS="--prefer-lowest"
- php: '7.3'
env: SYMFONY=4.4.* - php: '7.3'
env: SYMFONY=4.4.*
- php: '7.3'
env: SYMFONY='dev-master as 4.4.x-dev'
- php: '7.3'
env: SYMFONY_DEPRECATIONS_HELPER=0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -48,7 +48,7 @@
master_doc = 'index'

# General information about the project.
project = u''
project = u'Sonata Block Bundle'
copyright = u'2010-2019, Thomas Rabaix'

# The version info for the project you're documenting, acts as replacement for
Expand Down
12 changes: 6 additions & 6 deletions tests/bootstrap.php
Expand Up @@ -2,12 +2,6 @@

declare(strict_types=1);

/**
* DO NOT EDIT THIS FILE!
*
* It's auto-generated by sonata-project/dev-kit package.
*/

/*
* This file is part of the Sonata Project package.
*
Expand All @@ -17,6 +11,12 @@
* file that was distributed with this source code.
*/

/**
* DO NOT EDIT THIS FILE!
*
* It's auto-generated by sonata-project/dev-kit package.
*/

/*
* fix encoding issue while running text on different host with different locale configuration
*/
Expand Down

0 comments on commit d0af666

Please sign in to comment.