-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
During a videosession Arne, Sebastian and myself decided to call this template-project "Mediator".
- Loading branch information
1 parent
a0a0824
commit 47d83ef
Showing
4 changed files
with
21 additions
and
26 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,29 +1,26 @@ | ||
{ | ||
"name": "org_heigl/single-phar-plugin", | ||
"description": "Deploy single phars via composer", | ||
"name": "phar-io/mediator", | ||
"description": "Deploy phars via composer", | ||
"type": "composer-plugin", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Andreas Heigl", | ||
"email": "andreas@heigl.org" | ||
"email": "andreas@heigl.org", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.4 || ~8.0.0", | ||
"composer-plugin-api": "^1.1", | ||
"phar-io/single-phar-plugin-base": "^0.1" | ||
"composer-plugin-api": "^1.1||^2.0", | ||
"phar-io/composer-distributor": "^0.2" | ||
}, | ||
"extra": { | ||
"class": "Org_Heigl\\SinglePharPlugin\\Plugin" | ||
"class": "PharIo\\Mediator\\Plugin" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Org_Heigl\\SinglePharPlugin\\": "src/" | ||
"PharIo\\Mediator\\": "src/" | ||
} | ||
}, | ||
"repositories": [{ | ||
"type": "vcs", | ||
"url": "https://github.com/heiglandreas/singlePharPluginBase" | ||
}] | ||
} | ||
} |
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