Skip to content

Commit b78eede

Browse files
committed
split directory structure in doc, src and test
for better clarity and better autoloading by excluding tests also with .gitattributes for optimized dist packages
1 parent fbc1fa4 commit b78eede

File tree

229 files changed

+118
-485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+118
-485
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/.travis export-ignore
2+
/tests export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore
5+
/.php_cs.dist export-ignore
6+
/.scrutinizer.yml export-ignore
7+
/.travis.yml export-ignore
8+
/phpunit.xml.dist export-ignore

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install:
4343
- .travis/wait-for-elasticsearch.sh
4444

4545
before_script:
46-
- phpenv config-add travis.php.ini
46+
- phpenv config-add .travis/php.ini
4747
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
4848
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then composer require --dev --no-update doctrine/mongodb-odm=^1; fi;
4949
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;
File renamed without changes.

CHANGELOG-2.0.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

CHANGELOG-2.1.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

CHANGELOG-3.0.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

CHANGELOG-3.1.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

CHANGELOG-3.2.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

CHANGELOG-4.0.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

CHANGELOG-5.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ in 5.0 versions.
1313
* Fix undefined index when `ignore_missing` is active.
1414
* Dropped PHP 5.5 support.
1515
* Removed Symfony 2.7, 2.8, 3.0 and 3.1 support.
16+
* Added Symfony 4 support.
1617
* Made commands services and add support for lazy loading of them
1718
* Removed all `fos_elastica.*.class` parameters. Overwrite or decorate the service instead if you
1819
need to change the definition.

0 commit comments

Comments
 (0)