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 1
1
# CHANGELOG
2
2
3
+ ## 2.0.0 - 2018-01-18
4
+
5
+ * Added support for Symfony ~ 4.0
6
+ * Updated package type for Symfony Flex support.
7
+
3
8
## 1.3.0 - 2017-07-12
4
9
5
10
* Added support for Symfony ~ 3.0.
6
11
* Fixed deprecation warnings being thrown on Symfony >= 2.6.
7
12
8
13
## 1.0.2 - 2015-09-05
9
14
10
- * Removed usage of ` setFactory ` method to ensure compatiable with
15
+ * Removed usage of ` setFactory ` method to ensure compatibility with
11
16
` symfony/dependency-injection ` ~ 2.3
12
17
13
18
## 1.0.1 - 2015-08-11
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ @awsforphp on Twitter] ( http://img.shields.io/badge/twitter-%40awsforphp-blue.svg?style=flat )] ( https://twitter.com/awsforphp )
4
4
[ ![ 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 )
7
7
8
8
A Symfony bundle for including the [ AWS SDK for PHP] ( https://github.com/aws/aws-sdk-php ) .
9
9
@@ -15,7 +15,7 @@ requiring the`aws/aws-sdk-php-symfony` package in your project's `composer.json`
15
15
``` json
16
16
{
17
17
"require" : {
18
- "aws/aws-sdk-php-symfony" : " ~1 .0"
18
+ "aws/aws-sdk-php-symfony" : " ~2 .0"
19
19
}
20
20
}
21
21
```
Original file line number Diff line number Diff line change 6
6
7
7
class AwsBundle extends Bundle
8
8
{
9
- const VERSION = '1.3 .0 ' ;
9
+ const VERSION = '2.0 .0 ' ;
10
10
}
You can’t perform that action at this time.
0 commit comments