Skip to content

Commit

Permalink
Merge pull request #2 from rich-id/v0.1.3
Browse files Browse the repository at this point in the history
Fix bad seed generation, fix id assignation
  • Loading branch information
mdevlamynck authored Aug 13, 2021
2 parents 77447a5 + 6b163ba commit 2351d44
Show file tree
Hide file tree
Showing 16 changed files with 3,665 additions and 3,393 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ This version of the bundle requires Symfony 4.4+ and PHP 7.3+.
composer require richcongress/fixture-test
----

=== Symfony

If you plan to use it with Symfony, please install the `richcongress/bundle-toolbox` before, and makes sure that the `RichCongressFixtureTestBundle` is in the `bundles.php`.

== Documentation

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"php": ">=7.3",
"nelmio/alice": "^3.7",
"php-di/phpdoc-reader": "^2.2",
"doctrine/annotations": "^1.11",
"richcongress/bundle-toolbox": "^1.0"
"doctrine/annotations": "^1.11"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"richcongress/bundle-toolbox": "^1.0",
"richcongress/static-analysis": "^0.1",
"richcongress/test-tools": "dev-master",
"richcongress/static-analysis": "^0.1"
"roave/security-advisories": "dev-latest"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2351d44

Please sign in to comment.