silverstripe-framework/src
Sam Minnee 0c17ffc944 FIX: Manifest should ignore vendor folders within packages contained in vendor
Without this change vendor/silverstripe/framework/vendor/silverstripe/config
will be pick up by the manifest, which is inappropriate.

Although this doesn’t happen often, it can occur if you have run
“composer install” within vendor/silverstripe/framework, which can be
done either accidentally or (in my case) as part of running the
framework tests isolated from the rest of your project (which is closer
to the execution model on Travis)

Note that the presence of the ‘nestedvendor.txt’ file tests that this
works without any explicit changes to the PHP of the tests, since it’s
merely confirming that such a file is *not* picked up.
2018-11-30 13:52:25 +13:00
..
conf Update deprecation PHPDocs to be PSR-5 compliant 2018-09-28 10:49:14 +02:00
Control Merge pull request #8506 from creative-commoners/pulls/4.3/all-the-unit-tests 2018-11-11 10:31:24 +13:00
Core FIX: Manifest should ignore vendor folders within packages contained in vendor 2018-11-30 13:52:25 +13:00
Dev FIX Reverting ExtensionTestState and Extensible extra methods modifications to prevent PHP 5.6 segfault (#8581) 2018-11-26 12:00:02 +13:00
Forms Merge pull request #8637 from creative-commoners/pulls/4.4/falsy-detail-component 2018-11-26 18:28:26 +01:00
i18n minor i18nEntityProvider.php API documentation fix 2018-09-28 10:28:00 +10:00
includes BUG Fix incorrect BASE_URL when webroot is parent of public folder 2018-02-07 14:28:06 +13:00
Logging NEW Add getLogger() to MonologErrorHandler and add test for exception without one 2018-10-20 15:00:08 +02:00
ORM Merge pull request #8462 from sminnee/nondestructive-enum 2018-11-28 16:42:12 +01:00
Security Alter deprecation version numbers 2018-11-06 00:07:24 +13:00
View Merge branch '4.2' into 4 2018-10-15 13:42:55 +13:00