Skip to content

Commit

Permalink
[0.0.1] add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Jun 19, 2021
1 parent 888827c commit deb9890
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
@@ -1,7 +1,10 @@
{
"name": "pheature/toggle-crud-psr11-factories",
"description": "Pheature flags toggle CRUD PSR-11 Factories.",
"keywords": ["feature-toggle", "feature-flags"],
"keywords": [
"feature-toggle",
"feature-flags"
],
"type": "library",
"license": "BSD-3-Clause",
"authors": [
Expand All @@ -11,15 +14,15 @@
],
"require": {
"php": "^7.4|^8.0",
"pheature/toggle-core": "^0.1",
"pheature/toggle-model": "^0.1",
"pheature/toggle-crud": "^0.1",
"pheature/toggle-crud-psr7-api": "^0.1"
"pheature/toggle-core": "@dev",
"pheature/toggle-model": "@dev",
"pheature/toggle-crud": "@dev",
"pheature/toggle-crud-psr7-api": "@dev"
},
"require-dev": {
"infection/infection": "^0.23.0",
"pheature/dbal-toggle": "^0.1",
"pheature/inmemory-toggle": "^0.1",
"pheature/dbal-toggle": "@dev",
"pheature/inmemory-toggle": "@dev",
"phpro/grumphp": "^1.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.0 || ^9.0",
Expand Down

0 comments on commit deb9890

Please sign in to comment.