Skip to content

Commit cdb345f

Browse files
authored
Merge pull request #52 from bolt/JarJak-patch-3
Prepare for 3.4 release
2 parents e6cf0c0 + e24886f commit cdb345f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ Bolt Thumbs is installed as a default dependency of Bolt. However, for use
1111
independently it can be included in your Composer project:
1212

1313
```bash
14-
composer require bolt/thumbs:^3.2
14+
composer require bolt/thumbs:^3.4
1515
```
1616

1717
Should you want to work with the development branch(es), you can specficy those
1818
as Composer requirements instead.
1919

20-
To install the 3.3 _develoment_ branch:
20+
To install the 3.x _development_ branch:
2121

2222
```bash
23-
composer require bolt/thumbs:3.3.x@dev
23+
composer require bolt/thumbs:dev-3.x@dev
2424
```
2525

26-
Alternatively to install the master branch:
26+
Alternatively to install the master branch (which requires Silex 2):
2727

2828
```bash
2929
composer require bolt/thumbs:dev-master@dev
@@ -35,7 +35,7 @@ If you've already got a working installation of Bolt, you can safely skip this.
3535

3636
To use the Botl Thumbs service provider onto your Silex based application,
3737
simply `->register()` the `\Bolt\Provider\ThumbnailsServiceProvider` class in
38-
your reigstration phase, e.g.:
38+
your registration phase, e.g.:
3939

4040

4141
```php

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
}
1414
],
1515
"require": {
16+
"php": "^5.5.9 || ^7.0",
17+
"ext-gd": "*",
18+
"silex/silex": "^1.3",
1619
"bolt/filesystem": "^2.3",
1720
"contao/imagine-svg": "~0.1.2",
18-
"doctrine/cache": "^1.4",
19-
"ext-gd": "*",
20-
"php": "^5.5.9 || ^7.0"
21+
"doctrine/cache": "^1.4"
2122
},
2223
"require-dev": {
2324
"phpunit/phpunit": "^4.8 || ^5.7",
24-
"silex/silex": "^1.3",
2525
"symfony/browser-kit": "^2.7"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)