Skip to content

Commit

Permalink
Use stable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 22, 2018
1 parent 17f051a commit 3b6c83e
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 403 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly

env:
global:
- DB=mysql
matrix:
- GLPIVER=9.3/bugfixes
- GLPIVER=master

before_script:
- composer self-update
Expand Down
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"glpi-project/tools": "^0.1.0",
"glpi-project/tools": "^0.1",
"atoum/atoum": "^3.1"
},
"require": {
"php": ">=5.6.0"
"php": ">=5.6"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "5.6.0"
"php": "5.6"
}
}
}
Loading

0 comments on commit 3b6c83e

Please sign in to comment.