1
0
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:
Ricardo Boss 2021-11-22 21:46:29 +01:00
parent eb4e9dee86
commit 14d6d620db

View File

@ -1,5 +1,5 @@
{
"name": "vimeo/psalm",
"name": "ricardoboss/psalm",
"type": "library",
"description": "A static analysis tool for finding errors in PHP applications",
"keywords": [
@ -40,6 +40,9 @@
"provide": {
"psalm/psalm": "self.version"
},
"replace": {
"vimeo/psalm": "self.version"
},
"require-dev": {
"ext-curl": "*",
"bamarni/composer-bin-plugin": "^1.2",