Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OssiPesonen authored Mar 20, 2020
1 parent 940cf83 commit fb285f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
],
"license": "MIT",
"require": {
"php": "^7.2"
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^8.4.1"
},
"config": {
"platform": {
"php": "7.2.0"
"php": "7.1.0"
}
},
"autoload": {
Expand All @@ -28,4 +28,4 @@
"Elixir\\Tests\\": "tests/"
}
}
}
}

0 comments on commit fb285f4

Please sign in to comment.