Skip to content

Commit

Permalink
Upgrade SF 4 to latest and webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Apr 2, 2024
1 parent 6fdf232 commit 336438b
Show file tree
Hide file tree
Showing 4 changed files with 605 additions and 10,295 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ from the IdP (OpenConext Engineblock) and requests and displays additional
information via EngineBlock's internal API.

## Requirements
- PHP 7.0
- PHP 8.2
- EngineBlock 5.6 >= 5.6.7
- EngineBlock 5.7 >= 5.7.1
- EngineBlock must be configured to release an unspecified NameID to Profile
Expand All @@ -38,7 +38,7 @@ The docker container comes with EB and profile already installed & configured.
5. Install npm dependencies: `npm i`
6. Run a build: `npm run build`
7. Ensure the var folder has the correct rights: `chmod -R 777 var/`
9. Start developing on docker: `docker-compose up -d`
9. Start developing on docker: `docker compose up -d`

## Attribute aggregation support
Supported attribute aggregation attributes can be configured in the config.yml file. The example below uses
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"symfony/translation": "4.4.*",
"symfony/twig-bundle": "4.4.*",
"symfony/web-profiler-bundle": "4.4.*",
"symfony/webpack-encore-bundle": "^1.5",
"symfony/webpack-encore-bundle": "^1.17",
"twig/extensions": "^1.5",
"twig/extra-bundle": "^2",
"twig/twig": "^2"
Expand Down
Loading

0 comments on commit 336438b

Please sign in to comment.