Skip to content

Commit

Permalink
Adds caching for uuid and environment. (#126)
Browse files Browse the repository at this point in the history
* Adds caching for uuid and environment.

* Adds cache id, sets environment cache to 300, and prevents json_last_error from firing incorrectly.

* Changes preg_split to explode for phpstan.

* Makes composer discard changes before building the phar.

* Removes inline environment variable.

* Removes cache times on applications and environments.

* Adds cache clear command.

* Renames command files.
  • Loading branch information
typhonius authored Oct 15, 2020
1 parent faef43c commit 54f467f
Show file tree
Hide file tree
Showing 6 changed files with 402 additions and 16 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"typhonius/acquia-logstream": "^0.0.7",
"consolidation/robo": "^2",
"symfony/lock": "^3|^4",
"symfony/yaml": "^3|^4"
"symfony/yaml": "^3|^4",
"symfony/cache": "^4|^5"
},
"bin": ["bin/acquiacli"],
"autoload":{
Expand Down
293 changes: 292 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 54f467f

Please sign in to comment.