Skip to content

Commit

Permalink
Change Restraints (#23)
Browse files Browse the repository at this point in the history
* FIX: Tightened restraint on CMS as the recipe being dev broke things

* MINOR: Added 4.6
  • Loading branch information
gordonbanderson committed Sep 30, 2020
1 parent bc248bc commit c73e29c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ matrix:
-
php: 7.4
env: 'INSTALLER_VERSION=4.5.x-dev PHPUNIT_TEST=1'
-
pho: 7.4
env: 'INSTALLER_VERSION=4.6 PHPUNIT_TEST=1'
-
php: 7.4
env: 'INSTALLER_VERSION=4.5 PHPCS_TEST=1'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "~7.1",
"manticoresoftware/manticoresearch-php": "^1",
"silverstripe/recipe-cms": "4.x-dev",
"silverstripe/cms": "^4",
"suilven/freetextsearch": "^1"
},
"require-dev": {
Expand Down

0 comments on commit c73e29c

Please sign in to comment.