adding storage support
Showing
with
28 additions
and
13 deletions
| ... | @@ -11,7 +11,8 @@ | ... | @@ -11,7 +11,8 @@ |
| "source": "https://github.com/bcit-ci/CodeIgniter" | "source": "https://github.com/bcit-ci/CodeIgniter" | ||
| }, | }, | ||
| "require": { | "require": { | ||
| "php": ">=5.3.7" | "php": ">=5.3.7", | ||
| "google/cloud-storage": "^1.0" | |||
| }, | }, | ||
| "suggest": { | "suggest": { | ||
| "paragonie/random_compat": "Provides better randomness in PHP 5.x" | "paragonie/random_compat": "Provides better randomness in PHP 5.x" | ||
| ... | ... |
db/session.sql
deleted
100644 → 0
Please
register
or
sign in
to comment