-
Notifications
You must be signed in to change notification settings - Fork 822
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEW Do not require _config dir or _config.php for modules
- Loading branch information
1 parent
a4149d1
commit 3507355
Showing
6 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...Manifest/fixtures/manifestfilefinder_rootconfigcomposer/silverstripe-notype/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name": "silverstripe/manifestfilefindertest" | ||
} |
4 changes: 4 additions & 0 deletions
4
...t/fixtures/manifestfilefinder_rootconfigcomposer/silverstripe-somethingelse/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "silverstripe/manifestfilefindertest", | ||
"type": "silverstripe-somethingelse" | ||
} |
4 changes: 4 additions & 0 deletions
4
.../Manifest/fixtures/manifestfilefinder_rootconfigcomposer/silverstripe-theme/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "silverstripe/manifestfilefindertest", | ||
"type": "silverstripe-theme" | ||
} |
4 changes: 4 additions & 0 deletions
4
...st/fixtures/manifestfilefinder_rootconfigcomposer/silverstripe-vendormodule/composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "silverstripe/manifestfilefindertest", | ||
"type": "silverstripe-vendormodule" | ||
} |