Skip to content

Commit ca1ab5c

Browse files
authored
Merge pull request #35 from tim-field/renovate/pin-dependencies
Pin dependencies
2 parents 30fd103 + 5d62613 commit ca1ab5c

File tree

2 files changed

+50
-9
lines changed

2 files changed

+50
-9
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
],
1212
"require": {
1313
"php": ">=7",
14-
"mohiohio/wordpress-lib": "^0.1",
15-
"webonyx/graphql-php": "^0.13",
16-
"ivome/graphql-relay-php": "^0.5",
17-
"danielstjules/stringy": "^2.3",
18-
"rbdwllr/reallysimplejwt": "^3.0",
19-
"ramsey/uuid": "^4.0"
14+
"mohiohio/wordpress-lib": "0.1.5",
15+
"webonyx/graphql-php": "0.13.8",
16+
"ivome/graphql-relay-php": "0.5.0",
17+
"danielstjules/stringy": "2.4.0",
18+
"rbdwllr/reallysimplejwt": "3.0.2",
19+
"ramsey/uuid": "4.0.1"
2020
},
2121
"autoload": {
2222
"psr-4": {
@@ -25,6 +25,6 @@
2525
},
2626
"require-dev": {
2727
"analog/analog": "^1.0",
28-
"php-stubs/wordpress-stubs": "^5.4"
28+
"php-stubs/wordpress-stubs": "5.4.0"
2929
}
3030
}

composer.lock

Lines changed: 43 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)