Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
minor #186 Update composer.json (Seldaek)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.0-dev branch.

Discussion
----------

Update composer.json

Commits
-------

94dc06e Update composer.json
  • Loading branch information
fabpot committed Nov 10, 2014
2 parents 33b16e0 + 94dc06e commit 1569430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "application",
"description": "A simple PHP Web Scraper",
"keywords": ["scraper"],
"homepage": "https://github.com/fabpot/Goutte",
"homepage": "https://github.com/FriendsOfPHP/Goutte",
"license": "MIT",
"authors": [
{
Expand All @@ -19,7 +19,7 @@
"guzzlehttp/guzzle": ">=4,<6"
},
"autoload": {
"psr-0": { "Goutte": "." }
"psr-4": { "Goutte\\": "Goutte" }
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 1569430

Please sign in to comment.