Skip to content

Commit

Permalink
Loosen up dependency versions (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Nov 14, 2022
1 parent 498c8e7 commit 372cd8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"require": {
"php": ">=7.4.1",
"opis/json-schema": "2.3.0",
"pcrov/jsonreader": "1.0.2",
"vufind-org/vufindcode": "1.2"
"opis/json-schema": "^2.3.0",
"pcrov/jsonreader": "^1.0.2",
"vufind-org/vufindcode": "^1.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.8.0",
Expand Down

0 comments on commit 372cd8c

Please sign in to comment.