Skip to content

Commit

Permalink
Merge pull request #2 from madwire-media/update-composer
Browse files Browse the repository at this point in the history
Update Composer
  • Loading branch information
leobedrosian authored Oct 1, 2024
2 parents 1973342 + ac89315 commit 87a82b8
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 87a82b8

Please sign in to comment.