Skip to content

Commit

Permalink
Promote Alice as an official recipe with an alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 12, 2018
1 parent 0516ca4 commit 248ee42
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
hautelook_alice:
fixtures_path: fixtures
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
imports:
- { resource: ../dev/hautelook_alice.yaml }
Empty file.
10 changes: 10 additions & 0 deletions hautelook/alice-bundle/2.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aliases": ["alice"],
"bundles": {
"Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"fixtures/": "fixtures/"
}
}
6 changes: 6 additions & 0 deletions hautelook/alice-bundle/2.1/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> How to load fixtures? </>
<bg=blue;fg=white> </>

* <fg=blue>Write</> fixtures files in the <comment>fixtures/</> folder
* <fg=blue>Run</> <comment>php bin/console hautelook:fixtures:load</>
3 changes: 3 additions & 0 deletions nelmio/alice/3.2/config/packages/dev/nelmio_alice.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nelmio_alice:
functions_blacklist:
- 'current'
2 changes: 2 additions & 0 deletions nelmio/alice/3.2/config/packages/test/nelmio_alice.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
imports:
- { resource: ../dev/nelmio_alice.yaml }
8 changes: 8 additions & 0 deletions nelmio/alice/3.2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle": ["dev", "test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
5 changes: 5 additions & 0 deletions theofidry/alice-data-fixtures/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"bundles": {
"Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle": ["dev", "test"]
}
}

0 comments on commit 248ee42

Please sign in to comment.