dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

Configure the proper branch alias and better symfony verison #61

Closed Nyholm closed 9 years ago

Nyholm commented 9 years ago

We should use the caret operator.

"~2.3.25" => ">=2.3.25 < 2.4"
"^2.3.25" => ">=2.3.25 < 3.0"

https://getcomposer.org/doc/01-basic-usage.md#next-significant-release-tilde-and-caret-operators-

I did also configure the branch alias.

dizda commented 9 years ago

:+1: again :)

dizda commented 9 years ago

I forget to make a release BTW, I fixed it

Nyholm commented 9 years ago

Thank you for merging