Skip to content

Commit 2e0ea35

Browse files
danielbachhuberataylorme
authored andcommitted
Allow for more recent versions of WPNPS and PAPC (#154)
`^` constrains to patch releases when there isn't yet a 1.0 released.
1 parent 6c5e454 commit 2e0ea35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"rvtraveller/qs-composer-installer": "^1.1",
2323
"vlucas/phpdotenv": "^3.1.0",
2424
"wpackagist-plugin/lh-hsts": "^1.24",
25-
"wpackagist-plugin/pantheon-advanced-page-cache": "^0.3.0",
26-
"wpackagist-plugin/wp-native-php-sessions": "^0.6.9",
25+
"wpackagist-plugin/pantheon-advanced-page-cache": ">=0.3.0",
26+
"wpackagist-plugin/wp-native-php-sessions": ">=0.6.9",
2727
"wpackagist-theme/twentynineteen": "^1.2"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)