Skip to content

Commit

Permalink
Renamed package and added madwire repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
leobedrosian committed Oct 1, 2024
1 parent 1973342 commit ac89315
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "league/openapi-psr7-validator",
"name": "madwire-media/openapi-psr7-validator",
"description": "Validate PSR-7 messages against OpenAPI (3.0.2) specifications \nexpressed in YAML or JSON",
"keywords": [
"OpenAPI",
Expand Down Expand Up @@ -44,6 +44,12 @@
"phpunit/phpunit": "^7 || ^8 || ^9",
"symfony/cache": "^5.1"
},
"repositories": [
{
"type": "composer",
"url": "https://madwire.jfrog.io/artifactory/api/composer/composer-local"
}
],
"config": {
"sort-packages": true,
"allow-plugins": true
Expand Down

0 comments on commit ac89315

Please sign in to comment.