-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added * Replace in composer for aoepeople/crawler Changed * Changed composer package name to tomasnorre/crawler
- Loading branch information
1 parent
01c5042
commit 4333159
Showing
5 changed files
with
15 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"name": "aoepeople/crawler", | ||
"name": "tomasnorre/crawler", | ||
"type": "typo3-cms-extension", | ||
"description": "Crawler extension for TYPO3", | ||
"homepage": "https://github.com/AOEpeople/crawler", | ||
"homepage": "https://github.com/tomasnorre/crawler", | ||
"license": "GPL-3.0", | ||
"authors": [ | ||
{ | ||
"name": "AOEpeople", | ||
"email": "[email protected]", | ||
"homepage": "https://www.aoe.com/", | ||
"name": "Tomas Norre Mikkelsen", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
|
@@ -29,7 +28,8 @@ | |
"typo3/cms-seo": "*" | ||
}, | ||
"replace": { | ||
"typo3-ter/crawler": "self.version" | ||
"typo3-ter/crawler": "self.version", | ||
"aoepeople/crawler": "self.version" | ||
}, | ||
"require-dev": { | ||
"codeception/codeception": "^4.1", | ||
|
@@ -167,6 +167,6 @@ | |
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/AOEpeople/crawler/issues" | ||
"issues": "https://github.com/tomasnorre/crawler/issues" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
'author' => 'Kasper Skaarhoj, Daniel Poetzinger, Fabrizio Branca, Tolleiv Nietsch, Timo Schmidt, Michael Klapper, Stefan Rotsch, Tomas Norre Mikkelsen, Tizian Schmidlin', | ||
'author_email' => '[email protected]', | ||
'author_company' => 'AOE GmbH', | ||
'version' => '10.0.1', | ||
'version' => '10.0.2', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '9.5.14-11.0.99', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters