Skip to content

Commit

Permalink
Merge pull request #53 from creative-commoners/pulls/1.3/symfony-min
Browse files Browse the repository at this point in the history
DEP Set minimum symfony version to 3.4
  • Loading branch information
Maxime Rainville authored Feb 8, 2022
2 parents 046b7ac + c89a8e4 commit ae0cbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
version: ~> 1.0

import:
- silverstripe/silverstripe-travis-shared:config/provision/self-jobs-range.yml

env:
global:
- REQUIRE_RECIPE="4.x-dev"
- silverstripe/silverstripe-travis-shared:config/provision/standard-jobs-fixed.yml
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "SilverStripe configuration based on YAML and class statics",
"license": "BSD-3-Clause",
"require": {
"symfony/finder": "^2.8 || ^3.2 || ^4",
"symfony/yaml": "^2.8 || ^3.2 || ^4",
"symfony/finder": "^3.4 || ^4.0",
"symfony/yaml": "^3.4 || ^4.0",
"marcj/topsort": "^1 || ^2",
"psr/simple-cache": "^1.0",
"php": "^7.3 || ^8.0"
Expand Down

0 comments on commit ae0cbc4

Please sign in to comment.