Skip to content

Commit

Permalink
Merge pull request #46 from TYPO3incubator/error-pages-config
Browse files Browse the repository at this point in the history
[TASK] Enable 404 page and update to PHP 8.3
  • Loading branch information
schliesser authored Apr 12, 2024
2 parents d1280f6 + 2ba8e1e commit 9b5f459
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: surfcamp-team6
type: php
type: typo3
docroot: public
php_version: "8.2"
php_version: "8.3"
nodejs_version: "20"
webserver_type: nginx-fpm
xdebug_enabled: false
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"config": {
"bin-dir": "bin",
"platform": {
"php": "8.2.0"
"php": "8.3.6"
},
"sort-packages": true,
"allow-plugins": {
Expand All @@ -36,7 +36,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.2",
"php": "^8.3",
"b13/backendpreviews": "dev-v13-compat",
"helhum/dotenv-connector": "^3.1",
"praetorius/vite-asset-collector": "^1.9",
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

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

5 changes: 5 additions & 0 deletions config/sites/advent/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ rootPageId: 3
websiteTitle: ''
dependencies:
- surfcamp/success-advent
errorHandling:
-
errorCode: 404
errorHandler: Page
errorContentSource: 't3://page?uid=9'
5 changes: 5 additions & 0 deletions config/sites/career/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ rootPageId: 4
websiteTitle: ''
dependencies:
- surfcamp/success-career
errorHandling:
-
errorCode: 404
errorHandler: Page
errorContentSource: 't3://page?uid=9'
5 changes: 5 additions & 0 deletions config/sites/product-launch/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ rootPageId: 1
websiteTitle: ''
dependencies:
- surfcamp/success-product-launch
errorHandling:
-
errorCode: 404
errorHandler: Page
errorContentSource: 't3://page?uid=9'
5 changes: 5 additions & 0 deletions config/sites/sets-promotion/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ rootPageId: 5
websiteTitle: ''
dependencies:
- surfcamp/success-sets-promotion
errorHandling:
-
errorCode: 404
errorHandler: Page
errorContentSource: 't3://page?uid=9'
5 changes: 5 additions & 0 deletions config/sites/whitepaper/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ rootPageId: 2
websiteTitle: ''
dependencies:
- surfcamp/success-whitepaper
errorHandling:
-
errorCode: 404
errorHandler: Page
errorContentSource: 't3://page?uid=9'

0 comments on commit 9b5f459

Please sign in to comment.