File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.0.0 - 2018-01-18
4+
5+ * Added support for Symfony ~ 4.0
6+ * Updated package type for Symfony Flex support.
7+
38## 1.3.0 - 2017-07-12
49
510* Added support for Symfony ~ 3.0.
611* Fixed deprecation warnings being thrown on Symfony >= 2.6.
712
813## 1.0.2 - 2015-09-05
914
10- * Removed usage of ` setFactory ` method to ensure compatiable with
15+ * Removed usage of ` setFactory ` method to ensure compatibility with
1116 ` symfony/dependency-injection ` ~ 2.3
1217
1318## 1.0.1 - 2015-08-11
Original file line number Diff line number Diff line change 22
33[ ![ @awsforphp on Twitter] ( http://img.shields.io/badge/twitter-%40awsforphp-blue.svg?style=flat )] ( https://twitter.com/awsforphp )
44[ ![ Build Status] ( https://travis-ci.org/aws/aws-sdk-php-symfony.svg )] ( https://travis-ci.org/aws/aws-sdk-php-symfony )
5- [ ![ Latest Stable Version] ( https://poser.pugx.org/ aws/aws-sdk-php-symfony/v/stable.png )] ( https://packagist.org/packages/aws/aws-sdk-php-symfony )
6- [ ![ Total Downloads] ( https://poser.pugx.org/ aws/aws-sdk-php-symfony/downloads.png )] ( https://packagist.org/packages/aws/aws-sdk-php-symfony )
5+ [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/ aws/aws-sdk-php-symfony.svg )] ( https://packagist.org/packages/aws/aws-sdk-php-symfony )
6+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/ aws/aws-sdk-php-symfony.svg )] ( https://packagist.org/packages/aws/aws-sdk-php-symfony )
77
88A Symfony bundle for including the [ AWS SDK for PHP] ( https://github.com/aws/aws-sdk-php ) .
99
@@ -15,7 +15,7 @@ requiring the`aws/aws-sdk-php-symfony` package in your project's `composer.json`
1515``` json
1616{
1717 "require" : {
18- "aws/aws-sdk-php-symfony" : " ~1 .0"
18+ "aws/aws-sdk-php-symfony" : " ~2 .0"
1919 }
2020}
2121```
Original file line number Diff line number Diff line change 66
77class AwsBundle extends Bundle
88{
9- const VERSION = '1.3 .0 ' ;
9+ const VERSION = '2.0 .0 ' ;
1010}
You can’t perform that action at this time.
0 commit comments