Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Update composer dependecies : atoum and symfony/event-dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdesuremain-wizaplace committed Sep 23, 2020
1 parent e186add commit a4328f1
Show file tree
Hide file tree
Showing 2 changed files with 1,364 additions and 279 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
"require": {
"doctrine/orm": "~2.4",
"myclabs/php-enum": "~1.2",
"symfony/event-dispatcher": "^3.1"
"symfony/event-dispatcher": "^4.1"
},
"require-dev": {
"ext-sqlite3": "*",
"atoum/atoum": "^2.8"
"atoum/atoum": "^3.0"
},
"scripts": {
"run-tests": "vendor/atoum/atoum/bin/atoum -c tests/atoum.config.php -bf tests/bootstrap.php -nccfns Symfony -d tests/Discuss"
Expand Down
Loading

0 comments on commit a4328f1

Please sign in to comment.