Skip to content

Releases: tamedevelopers/file

v2.0.4

24 Oct 16:25
Compare
Choose a tag to compare
update

v2.0.3

21 Oct 02:23
Compare
Choose a tag to compare

v2.0.2

11 Oct 03:59
Compare
Choose a tag to compare

v2.0.1

11 Oct 03:16
Compare
Choose a tag to compare

v2.0.0

08 Oct 23:44
Compare
Choose a tag to compare

v1.0.9

08 Oct 23:12
Compare
Choose a tag to compare

v1.0.8

07 Oct 02:11
Compare
Choose a tag to compare
Support Package Requirement

v1.0.7

06 Oct 23:13
Compare
Choose a tag to compare

v1.0.6

05 Oct 12:00
Compare
Choose a tag to compare

[General Upgrade and isCompleted() method added.] (777b0d0)

v1.0.5

05 Oct 02:24
Compare
Choose a tag to compare
  • By default Aws load entire SDK we won't be needing
    • Copy the below code into your root composer.json and then run composer update in terminal.
"scripts": {
    "pre-autoload-dump": "Aws\\Script\\Composer\\Composer::removeUnusedServices"
},
"extra": {
    "aws/aws-sdk-php": [
        "Ec2",
        "CloudWatch"
    ]
}