Skip to content

Commit

Permalink
Add v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGuilloux committed Feb 5, 2021
1 parent 31d2345 commit 3563ea0
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"description": "The full RichCongress test suite for Symfony",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "RichCongress",
Expand All @@ -12,10 +11,11 @@
],
"require": {
"php": ">=7.3",
"richcongress/recurrent-fixtures-test-bundle": "*"
},
"require-dev": {
"richcongress/recurrent-fixtures-test-bundle": "dev-master"
"richcongress/test-framework": "^0.1",
"richcongress/test-tools": "^0.1",
"richcongress/fixture-test": "^0.1",
"richcongress/web-test-bundle": "^0.1",
"richcongress/recurrent-fixtures-test-bundle": "^0.1"
},
"autoload": {
"psr-4": {
Expand All @@ -30,21 +30,5 @@
"config": {
"discard-changes": true,
"sort-packages": true
},
"repositories": [
{
"type": "path",
"url": "/home/nover/Bundles/RECURRENT-FIXTURES-TEST",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "/home/nover/Bundles/FIXTURE-TEST",
"options": {
"symlink": true
}
}
]
}
}

0 comments on commit 3563ea0

Please sign in to comment.