Skip to content

Commit

Permalink
Correct namespace for tests (#39)
Browse files Browse the repository at this point in the history
Restrict symfony versions

Fix deprecation in test
  • Loading branch information
whikloj authored Dec 29, 2020
1 parent bcc0072 commit 9e0ec7f
Show file tree
Hide file tree
Showing 8 changed files with 677 additions and 1,620 deletions.
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"squizlabs/php_codesniffer": "^2.0",
"sebastian/phpcpd": "^3.0",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^5.7"
"symfony/phpunit-bridge": "^4.3"
},
"autoload": {
"psr-4": {
Expand All @@ -32,9 +32,18 @@
],
"test": [
"@check",
"./vendor/bin/phpunit"
"php ./vendor/bin/simple-phpunit"
]
},
"conflict": {
"symfony/symfony": "*"
},
"extra": {
"symfony": {
"allow-contrib": false,
"require": "4.4.*"
}
},
"license": "MIT",
"authors": [
{
Expand Down
Loading

0 comments on commit 9e0ec7f

Please sign in to comment.