Skip to content

Commit

Permalink
Add keywords to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Dec 18, 2017
1 parent af436b5 commit 4c5e68e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
@@ -1,6 +1,14 @@
{
"name": "solidworx/lodash-php",
"description": "A port of Lodash to PHP",
"keywords": [
"lodash",
"utility",
"utilities",
"php-library",
"utility-library",
"php-utility",
],
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -16,8 +24,9 @@
]
},
"require": {
"php": "^7.1",
"sebastian/comparator": "^2.1",
"symfony/property-access": "^2.7 | ^3.4 | ^4.0"
"symfony/property-access": "^2.7 | ^3.0 | ^4.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4",
Expand Down

0 comments on commit 4c5e68e

Please sign in to comment.