mirror of
https://github.com/jbcr/core.git
synced 2026-04-28 19:23:14 +02:00
Add babdev/pagerfanta-bundle, squirrelphp/twig-php-syntax
This commit is contained in:
@@ -5,6 +5,10 @@ Changelog
|
||||
|
||||
Released: 2020-06-10
|
||||
|
||||
### 📦 Additions and new features
|
||||
|
||||
- Add `babdev/pagerfanta-bundle`, `squirrelphp/twig-php-syntax` (bobdenotter, [#1466](https://github.com/bolt/core/pull/1466))
|
||||
|
||||
### 🐛 Bug fixes
|
||||
|
||||
- Fix setting of `is_writable` when submitted Yaml syntax is incorrect (bobdenotter, [#1465](https://github.com/bolt/core/pull/1465))
|
||||
|
||||
+3
-2
@@ -9,6 +9,7 @@
|
||||
"ext-mbstring": "*",
|
||||
"ext-pdo": "*",
|
||||
"api-platform/core": "^2.5",
|
||||
"babdev/pagerfanta-bundle": "^2.4",
|
||||
"bolt/common": "^2.1.0",
|
||||
"cocur/slugify": "^4.0",
|
||||
"composer/composer": "^1.10",
|
||||
@@ -36,6 +37,7 @@
|
||||
"sensio/framework-extra-bundle": "^5.5",
|
||||
"sensiolabs/security-checker": "^6.0",
|
||||
"siriusphp/upload": "^3.0.1",
|
||||
"squirrelphp/twig-php-syntax": "^1.5",
|
||||
"symfony/asset": "^4.4",
|
||||
"symfony/console": "^4.4",
|
||||
"symfony/debug-bundle": "^4.4",
|
||||
@@ -67,8 +69,7 @@
|
||||
"ua-parser/uap-php": "^3.9",
|
||||
"webimpress/safe-writer": "^2.0",
|
||||
"webmozart/path-util": "^2.3",
|
||||
"webonyx/graphql-php": "^0.13",
|
||||
"white-october/pagerfanta-bundle": "^1.3"
|
||||
"webonyx/graphql-php": "^0.13"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/symfony": "*"
|
||||
|
||||
+1
-1
@@ -24,6 +24,6 @@ return [
|
||||
Symplify\ParameterNameGuard\ParameterNameGuardBundle::class => ['dev' => true, 'test' => true],
|
||||
Translation\Bundle\TranslationBundle::class => ['all' => true],
|
||||
Translation\PlatformAdapter\Loco\Bridge\Symfony\TranslationAdapterLocoBundle::class => ['dev' => true, 'local' => true],
|
||||
WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true],
|
||||
Symplify\ConsoleColorDiff\ConsoleColorDiffBundle::class => ['dev' => true, 'test' => true],
|
||||
BabDev\PagerfantaBundle\BabDevPagerfantaBundle::class => ['all' => true],
|
||||
];
|
||||
|
||||
+10
-4
@@ -16,6 +16,9 @@
|
||||
"src/Entity/.gitignore"
|
||||
]
|
||||
},
|
||||
"babdev/pagerfanta-bundle": {
|
||||
"version": "v2.4.2"
|
||||
},
|
||||
"behat/behat": {
|
||||
"version": "v3.6.1"
|
||||
},
|
||||
@@ -366,7 +369,7 @@
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"pagerfanta/pagerfanta": {
|
||||
"version": "v2.1.3"
|
||||
"version": "v2.3.0"
|
||||
},
|
||||
"paragonie/random_compat": {
|
||||
"version": "v9.99.99"
|
||||
@@ -640,6 +643,9 @@
|
||||
"slevomat/coding-standard": {
|
||||
"version": "6.1.5"
|
||||
},
|
||||
"squirrelphp/twig-php-syntax": {
|
||||
"version": "v1.5"
|
||||
},
|
||||
"squizlabs/php_codesniffer": {
|
||||
"version": "3.0",
|
||||
"recipe": {
|
||||
@@ -701,6 +707,9 @@
|
||||
"symfony/dependency-injection": {
|
||||
"version": "v4.4.4"
|
||||
},
|
||||
"symfony/deprecation-contracts": {
|
||||
"version": "v2.1.2"
|
||||
},
|
||||
"symfony/doctrine-bridge": {
|
||||
"version": "v4.4.4"
|
||||
},
|
||||
@@ -1071,9 +1080,6 @@
|
||||
"webonyx/graphql-php": {
|
||||
"version": "v0.13.8"
|
||||
},
|
||||
"white-october/pagerfanta-bundle": {
|
||||
"version": "v1.3.2"
|
||||
},
|
||||
"willdurand/negotiation": {
|
||||
"version": "v2.3.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user