Skip to content

Commit

Permalink
Require Bolt 3.3.x for DBAL fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendolenLynch committed Sep 8, 2017
1 parent 0e51c62 commit 9343d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
}
],
"require": {
"bolt/bolt": "^3.3",
"bolt/bolt": "3.3.x@dev",
"composer/composer": "^1.4",
"composer/satis": "^1.0@alpha",
"doctrine/dbal": "^2.6",
"fabpot/goutte": "^3.1",
"forxer/gravatar": "^1.2",
"passwordlib/passwordlib": "^1.0@beta",
"php": "^7.0"
"php": "^7.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"name": "bolt/extensions",
"prefer-stable": true,
"provide": {
"bolt/bolt": "3.3.2"
"bolt/bolt": "3.3.3"
},
"repositories": {
"packagist": false,
Expand Down

0 comments on commit 9343d93

Please sign in to comment.