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 69d9da5 commit 9bf8b69
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
@@ -1,7 +1,10 @@
{
"name": "pheature/toggle-crud",
"description": "Pheature flags toggle CRUD library.",
"keywords": ["feature-toggle", "feature-flags"],
"keywords": [
"feature-toggle",
"feature-flags"
],
"type": "library",
"license": "BSD-3-Clause",
"authors": [
Expand All @@ -11,8 +14,8 @@
],
"require": {
"php": "^7.4|^8.0",
"pheature/toggle-core": "^0.1",
"pheature/toggle-model": "^0.1"
"pheature/toggle-core": "@dev",
"pheature/toggle-model": "@dev"
},
"require-dev": {
"infection/infection": "^0.23.0",
Expand Down

0 comments on commit 9bf8b69

Please sign in to comment.