Skip to content

Commit

Permalink
PHP 7.1, Craft 3.0.0 (stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark authored Apr 27, 2018
1 parent bba3b7a commit c246071
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fortrabbit/craft-object-storage",
"description": "A Craft 3 plugin that integrates with fortrabbit's S3 compatible Object Storage",
"version": "1.0.0",
"version": "1.0.1",
"type": "craft-plugin",
"keywords": [
"craftcms",
Expand All @@ -19,7 +19,8 @@
}
],
"require": {
"craftcms/cms": "^3.0.0-RC10",
"php": "^7.1.3",
"craftcms/cms": "^3.0.0",
"league/flysystem-aws-s3-v3": "^1.0.18"
},
"autoload": {
Expand Down

0 comments on commit c246071

Please sign in to comment.