Skip to content

Commit

Permalink
feat(core): export field conf to yaml file
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislas <skita@teclib.com>
  • Loading branch information
stonebuzz authored and cedric-anne committed Oct 26, 2020
1 parent e9ffe9c commit 8c15b9b
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 269 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ php:

services:
- mysql

env:
global:
- DB=mysql
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"require": {
"php": "^7.2"
"php": "^7.2",
"symfony/yaml": "^4.4"
},
"require-dev": {
"atoum/atoum": "^3.1",
Expand Down
Loading

0 comments on commit 8c15b9b

Please sign in to comment.