Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
awps committed Dec 19, 2017
1 parent 9b6f405 commit 3f0b2a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "awps/font-awesome",
"name": "awps/font-awesome-php",
"description": "A PHP library for Font Awesome.",
"type": "library",
"license": "GPL-3.0+",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "awps-font-awesome",
"name": "awps-font-awesome-php",
"version": "4.7.0",
"description": "Font Awesome data in PHP and JSON\r ==========================",
"main": "index.js",
"description": "A PHP library for Font Awesome.",
"main": "scr/load.php",
"directories": {
"test": "tests"
},
Expand All @@ -11,14 +11,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/awps/Font-Awesome-PHP-JSON.git"
"url": "git+https://github.com/awps/font-awesome-php.git"
},
"author": "Andrei Surdu",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/awps/Font-Awesome-PHP-JSON/issues"
"url": "https://github.com/awps/font-awesome-php/issues"
},
"homepage": "https://github.com/awps/Font-Awesome-PHP-JSON#readme",
"homepage": "https://github.com/awps/font-awesome-php#readme",
"devDependencies": {
"font-awesome": "^4.7.0"
}
Expand Down

0 comments on commit 3f0b2a7

Please sign in to comment.