Skip to content

Commit 51f0c7a

Browse files
committed
composer update
1 parent b36a4ee commit 51f0c7a

File tree

4 files changed

+235
-226
lines changed

4 files changed

+235
-226
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1+
.phpunit.result.cache
12
composer.phar
23
.DS_Store
34
/vendor/
45
.idea/
5-
6-
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
7-
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
8-
# composer.lock

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^7.1||^8",
2121
"ext-json": "*",
2222
"ckr/arraymerger": "^2.0",
23-
"hkarlstrom/openapi-reader": "^0.5",
23+
"hkarlstrom/openapi-reader": "^0.4",
2424
"opis/json-schema": "^1.0",
2525
"psr/http-message": "^1.0",
2626
"psr/http-server-middleware": "^1.0",
@@ -46,12 +46,6 @@
4646
"config": {
4747
"sort-packages": true
4848
},
49-
"repositories": [
50-
{
51-
"type": "vcs",
52-
"url": "[email protected]:scalefast/openapi-reader.git"
53-
}
54-
],
5549
"scripts": {
5650
"analyse": "./vendor/bin/phpstan analyse -l 4 -c phpstan.neon src",
5751
"test": "./vendor/bin/phpunit"

0 commit comments

Comments
 (0)