Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor committed Nov 16, 2017
1 parent ac01937 commit 3416dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lullabot/amp",
"name": "devdanpro/amp-converter",
"description": "A set of useful classes and utilities to convert html to AMP html (See https://www.ampproject.org/)",
"authors": [
{
Expand All @@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"keywords": ["Drupal", "AMP", "mobile"],
"homepage": "https://github.com/Lullabot/amp-library",
"homepage": "https://github.com/devdanpro/amp-converter",
"require" : {
"php" : ">=5.5.0",
"querypath/QueryPath": ">=3.0.4",
Expand All @@ -21,7 +21,7 @@
},
"autoload": {
"classmap": ["src/Spec/validator-generated.php"],
"psr-4": {"Lullabot\\AMP\\": "src"}
"psr-4": {"AMP-Converter\\AMP\\": "src"}
},
"require-dev": {
"php" : ">=5.5.0",
Expand Down

0 comments on commit 3416dcc

Please sign in to comment.