Skip to content

Commit

Permalink
Add symfony/yaml to dependencies and symlink for testing
Browse files Browse the repository at this point in the history
- Add symfony/yaml to composer.json dependencies
- Create a symlink for csv-blueprint for testing purposes
- Update content-hash in composer.lock
  • Loading branch information
Denis Smet committed Mar 11, 2024
1 parent 280dd4a commit 38b4883
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 75 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ update: ##@Project Install/Update all 3rd party dependencies


create-symlink: ##@Project Create Symlink (alias for testing)
@ln -sfv `pwd`/ci-report-converter `pwd`/vendor/bin/ci-report-converter
@ln -sfv `pwd`/csv-blueprint `pwd`/vendor/bin/csv-blueprint


test-all: ##@Project Run all project tests at once
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"jbzoo/utils" : "^7.1",
"jbzoo/ci-report-converter" : "^7.2",
"league/csv" : "^9.15",
"fakerphp/faker" : "^1.23"
"fakerphp/faker" : "^1.23",
"symfony/yaml" : "^6.4"
},

"require-dev" : {
Expand Down
146 changes: 73 additions & 73 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38b4883

Please sign in to comment.