Skip to content

Commit

Permalink
Merge branch 'upgrade-sulu-2-6-7' into 'master'
Browse files Browse the repository at this point in the history
Upgrade sulu to 2.6.7

See merge request webapps/sulu-demo!158
  • Loading branch information
wachterjohannes committed Feb 6, 2025
2 parents 0dfb9f8 + 22d6b30 commit 51c2c1a
Show file tree
Hide file tree
Showing 13 changed files with 11,814 additions and 1,346 deletions.
10,162 changes: 10,162 additions & 0 deletions assets/admin/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scheb/2fa-email": "^7.2",
"scheb/2fa-trusted-device": "^7.2",
"stof/doctrine-extensions-bundle": "^1.8",
"sulu/sulu": "~2.6.3",
"sulu/sulu": "^2.6.7",
"symfony/config": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/flex": "^1.17 || ^2.0",
Expand Down
2,957 changes: 1,633 additions & 1,324 deletions composer.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion config/router.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

// Workaround https://bugs.php.net/64566
$autoPrependFile = \ini_get('auto_prepend_file');
// @phpstan-ignore-next-line https://github.com/phpstan/phpstan/issues/7685
if (false !== (bool) $autoPrependFile && !\in_array(\realpath($autoPrependFile), \get_included_files(), true)) {
require \ini_get('auto_prepend_file');
}
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/build/admin/main.6ac266f08e2c460021aa.css.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/build/admin/main.6ac266f08e2c460021aa.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ and limitations under the License.
* LICENSE file in the root directory of this source tree.
*/

/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */

/** @license mobx-react v5.4.4
* index.module.js
*
Expand Down

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/build/admin/main.99d9d6b00a8ce8330921.css.map

This file was deleted.

9 changes: 0 additions & 9 deletions public/build/admin/main.99d9d6b00a8ce8330921.js

This file was deleted.

8 changes: 4 additions & 4 deletions public/build/admin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"main.css": "/build/admin/main.99d9d6b00a8ce8330921.css",
"main.js": "/build/admin/main.99d9d6b00a8ce8330921.js",
"main.css": "/build/admin/main.6ac266f08e2c460021aa.css",
"main.js": "/build/admin/main.6ac266f08e2c460021aa.js",
"fa-solid-900.svg": "/build/admin/fa-solid-900.7a8b4f130182d19a2d7c.svg",
"fa-brands-400.svg": "/build/admin/fa-brands-400.2f517e09eb2ca6650ff5.svg",
"fa-solid-900.eot": "/build/admin/fa-solid-900.9bbb245e67a133f6e486.eot",
Expand Down Expand Up @@ -77,6 +77,6 @@
"images/layers.png": "/build/admin/images/layers.416d91365b44e4b4f477.png",
"images/marker-shadow.png": "/build/admin/images/marker-shadow.a0c6cc1401c107b501ef.png",
"images/checkerBackground.gif": "/build/admin/images/checkerBackground.9883f9a87851b3f982e6.gif",
"main.css.map": "/build/admin/main.99d9d6b00a8ce8330921.css.map",
"main.js.map": "/build/admin/main.99d9d6b00a8ce8330921.js.map"
"main.css.map": "/build/admin/main.6ac266f08e2c460021aa.css.map",
"main.js.map": "/build/admin/main.6ac266f08e2c460021aa.js.map"
}
2 changes: 1 addition & 1 deletion src/DataFixtures/ORM/AppFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ private function createAnalytics(ObjectManager $manager, array $data): Analytics
/**
* @return array<string, mixed>
*/
public function getOrder()
public function getOrder(): int
{
return \PHP_INT_MAX;
}
Expand Down

0 comments on commit 51c2c1a

Please sign in to comment.