-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added author and license information.
- Loading branch information
1 parent
c5c12d4
commit 8220fc8
Showing
1 changed file
with
7 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,13 @@ | |
"name": "integratedexperts/robo-git-artefact", | ||
"description": "Robo task to push git artefact to remote repository", | ||
"type": "robo-tasks", | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
{ | ||
"name": "Alex Skrypnyk", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5.0", | ||
"consolidation/robo": "~1" | ||
|