Skip to content

Commit

Permalink
add phpunit to main requiremnets
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyvastis committed Oct 26, 2021
1 parent 449c388 commit 1e15e10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
"doctrine/doctrine-fixtures-bundle": "^3.4",
"doctrine/mongodb-odm-bundle": "^4.3",
"php-arsenal/faker": "^1.9",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2",
"symfony/framework-bundle": "^5.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"PhpArsenal\\SymfonyMongoTestingFoundation\\": "src/"
Expand Down

0 comments on commit 1e15e10

Please sign in to comment.