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 3ca031f commit 9431204
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -36,10 +36,12 @@ 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: SONATA_ADMIN=3.* - php: '7.3'
env: SONATA_ADMIN=3.*
- php: '7.3'
env: SONATA_ADMIN='dev-master as 3.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 Classification 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 9431204

Please sign in to comment.