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

Commit 1569430

Browse files
committed
minor #186 Update composer.json (Seldaek)
This PR was merged into the 2.0-dev branch. Discussion ---------- Update composer.json Commits ------- 94dc06e Update composer.json
2 parents 33b16e0 + 94dc06e commit 1569430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "application",
44
"description": "A simple PHP Web Scraper",
55
"keywords": ["scraper"],
6-
"homepage": "https://github.com/fabpot/Goutte",
6+
"homepage": "https://github.com/FriendsOfPHP/Goutte",
77
"license": "MIT",
88
"authors": [
99
{
@@ -19,7 +19,7 @@
1919
"guzzlehttp/guzzle": ">=4,<6"
2020
},
2121
"autoload": {
22-
"psr-0": { "Goutte": "." }
22+
"psr-4": { "Goutte\\": "Goutte" }
2323
},
2424
"extra": {
2525
"branch-alias": {

0 commit comments

Comments
 (0)