Skip to content

Commit

Permalink
update composer pkg name
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed May 31, 2019
1 parent 8efb7e2 commit d7bef6b
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"name": "simple/formalism",
"description": "Twig components for the Formalism field style framework",
"type": "craft-plugin",
"version": "0.0.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"formalism",
"form styles"
],
"support": {
"docs": "https://github.com/simple-integrated-marketing/formalism/blob/master/README.md",
"issues": "https://github.com/simple-integrated-marketing/formalism/issues"
},
"license": "MIT",
"authors": [
{
"name": "Simple-Integrated-Marketing",
"homepage": "https://simple.com.au"
}
],
"require": {
"craftcms/cms": "^3.0.0-RC1"
},
"autoload": {
"psr-4": {
"simple\\formalism\\": "src/"
}
},
"extra": {
"name": "Formalism",
"handle": "formalism",
"hasCpSettings": true,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/simple-integrated-marketing/formalism/master/CHANGELOG.md",
"components": {
"formalismService": "simple\\formalism\\services\\FormalismService"
},
"class": "simple\\formalism\\Formalism"
"name": "simple-integrated-marketing/formalism-craft",
"description": "Twig components for the Formalism field style framework",
"type": "craft-plugin",
"version": "0.0.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"formalism",
"form styles"
],
"support": {
"docs": "https://github.com/simple-integrated-marketing/formalism/blob/master/README.md",
"issues": "https://github.com/simple-integrated-marketing/formalism/issues"
},
"license": "MIT",
"authors": [
{
"name": "Simple-Integrated-Marketing",
"homepage": "https://simple.com.au"
}
],
"require": {
"craftcms/cms": "^3.0.0-RC1"
},
"autoload": {
"psr-4": {
"simple\\formalism\\": "src/"
}
},
"extra": {
"name": "Formalism",
"handle": "formalism",
"hasCpSettings": true,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/simple-integrated-marketing/formalism/master/CHANGELOG.md",
"components": {
"formalismService": "simple\\formalism\\services\\FormalismService"
},
"class": "simple\\formalism\\Formalism"
}
}

0 comments on commit d7bef6b

Please # to comment.