Skip to content

Commit

Permalink
⬆️ Improved compatibility with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoverbruggen committed Dec 26, 2021
1 parent 729bbdc commit 21c5789
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 144 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Set up the configuration as seen in the documentation, and then run:
## Limitations
* In the current version, Aegis can only backup a directory on the local filesystem.
* In the current version, Aegis can only back up a directory on the local filesystem.
* There are no checks to see if enough space remains on the filesystem.
* You must provide an absolute path for the source (or override the `local` filesystem instance).
* No cleanup occurs, so you have to clean up your destination. (The storage folder gets cleaned up after creating the tarball.)
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"authors": [
{
"name": "Nico Verbruggen",
"email": "[email protected]"
"email": "[email protected]"
}
],
"type": "project",
"require": {
"php": "^8.0|^8.1",
"nesbot/carbon": "^2.32",
"league/flysystem": "^1.0",
"spatie/flysystem-dropbox": "^1.2",
Expand Down
Loading

0 comments on commit 21c5789

Please sign in to comment.