Skip to content

Commit

Permalink
Merge pull request #624 from bolt/release/4.0.0-b3
Browse files Browse the repository at this point in the history
Preparing release 4.0.0-beta3
  • Loading branch information
bobdenotter authored Sep 13, 2019
2 parents ab07a2b + 9b783f8 commit 6ccf005
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,39 @@
"bolt/common": "^2.1.0",
"cocur/slugify": "^3.2",
"composer/composer": "^1.9",
"doctrine/annotations": "^1.6",
"doctrine/annotations": "^1.7",
"doctrine/doctrine-bundle": "^1.11",
"doctrine/doctrine-cache-bundle": "^1.3.1",
"doctrine/orm": "^2.6",
"drupol/composer-packages": "^1.0",
"embed/embed": "^3.3",
"embed/embed": "^3.4",
"erusev/parsedown": "^1.7",
"ezyang/htmlpurifier": "^4.10",
"ezyang/htmlpurifier": "^4.11",
"fzaninotto/faker": "^1.8",
"gedmo/doctrine-extensions": "v2.4.x-dev",
"knplabs/knp-menu-bundle": "^2.2",
"league/glide-symfony": "^1.0",
"miljar/php-exif": "^0.6.4",
"nelmio/cors-bundle": "^1.5",
"nesbot/carbon": "^1.38 || ^2.19",
"nesbot/carbon": "^1.38 || ^2.24",
"peterkahl/country-code-to-emoji-flag": "^0.9.1",
"php-translation/symfony-bundle": "^0.9",
"phpdocumentor/reflection-docblock": "^4.3",
"psr/simple-cache": "^1.0",
"sensio/framework-extra-bundle": "^5.3",
"sensio/framework-extra-bundle": "^5.4",
"sensiolabs/security-checker": "^5.0",
"siriusphp/upload": "^2.1",
"symfony/asset": "^4.3",
"symfony/console": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/expression-language": "^4.3",
"symfony/flex": "^1.2",
"symfony/flex": "^1.4",
"symfony/form": "^4.3",
"symfony/framework-bundle": "^4.3",
"symfony/http-client": "^4.3",
"symfony/monolog-bridge": "^4.3",
"symfony/monolog-bundle": "^3.3",
"symfony/polyfill-php72": "^1.11",
"symfony/monolog-bundle": "^3.4",
"symfony/polyfill-php72": "^1.12",
"symfony/security-bundle": "^4.3",
"symfony/serializer": "^4.3",
"symfony/swiftmailer-bundle": "^3.2",
Expand Down Expand Up @@ -77,22 +77,22 @@
"bolt/newswidget": "^1.0",
"coduo/php-matcher": "^3.2",
"dama/doctrine-test-bundle": "^5.0",
"doctrine/doctrine-fixtures-bundle": "^3.1",
"doctrine/doctrine-fixtures-bundle": "^3.2",
"lakion/mink-debug-extension": "^1.2",
"php-http/httplug-pack": "^1.1",
"php-http/httplug-pack": "^1.2",
"php-translation/loco-adapter": "^0.8",
"phpspec/phpspec": "^5.1",
"phpspec/prophecy": "^1.8",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-doctrine": "^0.11",
"phpstan/phpstan-symfony": "^0.11",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.5",
"roave/security-advisories": "dev-master@dev",
"symfony/browser-kit": "^4.3",
"symfony/css-selector": "^4.3",
"symfony/debug-bundle": "^4.3",
"symfony/dotenv": "^4.3",
"symfony/maker-bundle": "^1.11",
"symfony/maker-bundle": "^1.13",
"symfony/stopwatch": "^4.3",
"symfony/web-profiler-bundle": "^4.3",
"symfony/web-server-bundle": "^4.3",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
Expand Down
4 changes: 2 additions & 2 deletions src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ final class Version
* Stable — 3.0.0
* Development — 3.1.0 alpha 1
*/
public const VERSION = '4.0.0 beta 2';
public const CODENAME = 'The second beta release';
public const VERSION = '4.0.0 beta 3';
public const CODENAME = 'The third beta release';

/**
* Whether this release is a stable one.
Expand Down

0 comments on commit 6ccf005

Please sign in to comment.