Skip to content

Commit

Permalink
Merge pull request #69 from creative-commoners/pulls/4.10/deps
Browse files Browse the repository at this point in the history
DEP 4.10 requirements
  • Loading branch information
Maxime Rainville authored Dec 3, 2021
2 parents 748bf42 + e73390e commit dc9ccc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import:

env:
global:
- REQUIRE_EXTRA="silverstripe-themes/simple:~3.2.0 silverstripe/admin:1.x-dev silverstripe/versioned:1.x-dev mikey179/vfsstream:^1.6"
- REQUIRE_EXTRA="silverstripe-themes/simple:~3.2.0 silverstripe/admin:1.10.x-dev silverstripe/versioned:1.10.x-dev mikey179/vfsstream:^1.6"
- PHPUNIT_SUITE="recipe-core"

# Using a manual matrix to exlude PHPUNIT_COVERAGE_TEST which was having an unknown error
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"require": {
"php": "^7.3 || ^8.0",
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/assets": "1.x-dev",
"silverstripe/config": "1.x-dev",
"silverstripe/framework": "4.x-dev",
"silverstripe/mimevalidator": "2.x-dev"
"silverstripe/assets": "1.10.x-dev",
"silverstripe/config": "1.3.x-dev",
"silverstripe/framework": "4.10.x-dev",
"silverstripe/mimevalidator": "2.3.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand Down

0 comments on commit dc9ccc5

Please sign in to comment.