Skip to content

Commit

Permalink
Merge branch '2.6' of github.com:sulu/skeleton into 3.0
Browse files Browse the repository at this point in the history
 Conflicts:
	composer.json
  • Loading branch information
alexander-schranz committed Jan 10, 2025
2 parents cd339c8 + 60d628b commit 53c8925
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@
"@auto-scripts"
],
"post-root-package-install": [
"@php -r \"file_put_contents('.gitignore', str_replace(['composer.lock' . PHP_EOL, 'package-lock.json' . PHP_EOL, 'yarn.lock' . PHP_EOL, 'bun.lockb' . PHP_EOL, 'pnpm-lock.yaml' . PHP_EOL], '', file_get_contents('.gitignore')));\"",
"@php -r \"file_put_contents('.env.local', 'APP_ENV=dev' . PHP_EOL);\"",
"@php -r \"file_put_contents('.env', str_replace('APP_SECRET=\\'\\$ecretf0rt3st\\'', 'APP_SECRET=' . bin2hex(random_bytes(16)), file_get_contents('.env')));\""
],
"post-create-project-cmd": [
"@php -r \"file_put_contents('.gitignore', str_replace(['composer.lock' . PHP_EOL, 'package-lock.json' . PHP_EOL, 'yarn.lock' . PHP_EOL, 'bun.lockb' . PHP_EOL, 'pnpm-lock.yaml' . PHP_EOL], '', file_get_contents('.gitignore')));\"",
"@php bin/adminconsole sulu:admin:info --ansi"
],
"serve": [
Expand Down
4 changes: 4 additions & 0 deletions config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ when@test:
test: true
session:
storage_factory_id: session.storage.factory.mock_file

when@stage:
framework:
disallow_search_engine_index: true

Large diffs are not rendered by default.

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/build/admin/main.23106151c27dd616377c.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions public/build/admin/main.7dd0d023ca48ee986043.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.7dd0d023ca48ee986043.css",
"main.js": "/build/admin/main.7dd0d023ca48ee986043.js",
"main.css": "/build/admin/main.23106151c27dd616377c.css",
"main.js": "/build/admin/main.23106151c27dd616377c.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.7dd0d023ca48ee986043.css.map",
"main.js.map": "/build/admin/main.7dd0d023ca48ee986043.js.map"
"main.css.map": "/build/admin/main.23106151c27dd616377c.css.map",
"main.js.map": "/build/admin/main.23106151c27dd616377c.js.map"
}
1 change: 0 additions & 1 deletion tests/travis.php.ini

This file was deleted.

0 comments on commit 53c8925

Please sign in to comment.