Skip to content

Commit

Permalink
Add homepage to all composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed May 18, 2017
1 parent 603938d commit abcb18b
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Cache/composer.json
Expand Up @@ -7,6 +7,7 @@
"caching",
"cache"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Collection/composer.json
Expand Up @@ -8,6 +8,7 @@
"iterators",
"arrays"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Core/composer.json
Expand Up @@ -7,6 +7,7 @@
"framework",
"core"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Database/composer.json
Expand Up @@ -9,6 +9,7 @@
"database abstraction",
"pdo"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Datasource/composer.json
@@ -1,6 +1,7 @@
{
"name": "cakephp/datasource",
"description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores",
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Event/composer.json
Expand Up @@ -8,6 +8,7 @@
"dispatcher",
"observer pattern"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Filesystem/composer.json
Expand Up @@ -8,6 +8,7 @@
"files",
"folders"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Form/composer.json
Expand Up @@ -6,6 +6,7 @@
"cakephp",
"form"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/I18n/composer.json
Expand Up @@ -13,6 +13,7 @@
"date",
"number"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Log/composer.json
Expand Up @@ -8,6 +8,7 @@
"logging",
"streams"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/ORM/composer.json
Expand Up @@ -8,6 +8,7 @@
"data-mapper",
"data-mapper pattern"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Utility/composer.json
Expand Up @@ -10,6 +10,7 @@
"hash",
"security"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down
1 change: 1 addition & 0 deletions src/Validation/composer.json
Expand Up @@ -7,6 +7,7 @@
"validation",
"data validation"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit abcb18b

Please sign in to comment.