Skip to content

Commit

Permalink
Merge c698468 into 07d39a8
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Aug 17, 2019
2 parents 07d39a8 + c698468 commit dc7107a
Show file tree
Hide file tree
Showing 10 changed files with 568 additions and 442 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -17,8 +17,6 @@ matrix:
env: 'HIGHEST_LOWEST="update"'
- php: 7.0.11
- php: 5.6
- php: 5.5
- php: 5.4
env: 'SCENARIO=symfony2 HIGHEST_LOWEST="update --prefer-lowest'

sudo: false
Expand Down
13 changes: 7 additions & 6 deletions composer.json
Expand Up @@ -3,9 +3,10 @@
"description": "Expands internal property references in a yaml file.",
"type": "library",
"require": {
"php": ">=5.4",
"symfony/yaml": "^2.8.11|^3|^4",
"dflydev/dot-access-data": "^1.1.0"
"php": ">=5.6",
"dflydev/dot-access-data": "^1.1.0",
"grasmash/expander": "^1.0.0",
"symfony/yaml": "^2.8.11|^3|^4"
},
"license": "MIT",
"authors": [
Expand All @@ -16,7 +17,7 @@
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Grasmash\\YamlExpander\\": "src/"
"Grasmash\\YamlExpander\\": "src/"
}
},
"require-dev": {
Expand Down Expand Up @@ -48,12 +49,12 @@
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "5.5.9"
"php": "7.1"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "2.x-dev"
}
}
}

0 comments on commit dc7107a

Please sign in to comment.