mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Prepare for packagist-publish
This commit is contained in:
parent
eb4e9dee86
commit
14d6d620db
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "vimeo/psalm",
|
"name": "ricardoboss/psalm",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"description": "A static analysis tool for finding errors in PHP applications",
|
"description": "A static analysis tool for finding errors in PHP applications",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -40,6 +40,9 @@
|
|||||||
"provide": {
|
"provide": {
|
||||||
"psalm/psalm": "self.version"
|
"psalm/psalm": "self.version"
|
||||||
},
|
},
|
||||||
|
"replace": {
|
||||||
|
"vimeo/psalm": "self.version"
|
||||||
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"bamarni/composer-bin-plugin": "^1.2",
|
"bamarni/composer-bin-plugin": "^1.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user