Skip to content

Commit

Permalink
Allow for more recent versions of WPNPS and PAPC (#154)
Browse files Browse the repository at this point in the history
`^` constrains to patch releases when there isn't yet a 1.0 released.
  • Loading branch information
danielbachhuber authored and ataylorme committed Aug 30, 2019
1 parent 6c5e454 commit 2e0ea35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"rvtraveller/qs-composer-installer": "^1.1",
"vlucas/phpdotenv": "^3.1.0",
"wpackagist-plugin/lh-hsts": "^1.24",
"wpackagist-plugin/pantheon-advanced-page-cache": "^0.3.0",
"wpackagist-plugin/wp-native-php-sessions": "^0.6.9",
"wpackagist-plugin/pantheon-advanced-page-cache": ">=0.3.0",
"wpackagist-plugin/wp-native-php-sessions": ">=0.6.9",
"wpackagist-theme/twentynineteen": "^1.2"
},
"require-dev": {
Expand Down

0 comments on commit 2e0ea35

Please sign in to comment.