Skip to content

Commit

Permalink
Merge pull request #29 from yabid21/dev-4.x
Browse files Browse the repository at this point in the history
[TASK] Adjust Libraries for non composer installation
  • Loading branch information
yabid21 authored Sep 6, 2023
2 parents dd15c2c + cbc2786 commit a17d739
Show file tree
Hide file tree
Showing 3 changed files with 657 additions and 494 deletions.
5 changes: 4 additions & 1 deletion Documentation/About/Changelog/4-0-0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. include:: ../../Includes.txt

==========================
Version 4.0.0 - 2023/09/01
Version 4.0.0 - 2023/09/05
==========================

This release is a major release, which will likely be breaking.
Expand Down Expand Up @@ -35,6 +35,9 @@ All Changes

This is a list of all changes in this release::

2023-09-05 [TASK] Adjust Libraries for non composer installation (Commit 8988203 by Yassine Abid)
2023-09-01 [TASK] Adjust changelog of v4.0.0 (Commit 7a0e63c by Yassine Abid)
2023-09-01 [TASK] Adjust changelog of v4.0.0 (Commit 7a0e63c by Yassine Abid)
2023-08-31 [BUGFIX] Fix no_typoscript error for version 11 (Commit ee9a068 by Yassine Abid)
2023-08-31 [TASK] Fix soft logout (Commit d509179 by Yassine Abid)
2023-08-31 [TASK] Fix cs (Commit 014547d by Yassine Abid)
Expand Down
10 changes: 6 additions & 4 deletions Libraries/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"require": {
"auth0/auth0-php": "^8.1",
"guzzlehttp/guzzle": "^7.4",
"symfony/property-access": "^4.2",
"symfony/property-info": "^4.2",
"symfony/serializer": "^4.2"
"lcobucci/jwt": "^4.1",
"symfony/property-access": "^4.4 || ^5.4",
"symfony/property-info": "^5.0",
"symfony/serializer": "^4.4 || ^5.4",
"symfony/http-client": "^5.4",
"nyholm/psr7": "^1.8"
},
"config": {
"classmap-authoritative": true,
Expand Down
Loading

0 comments on commit a17d739

Please sign in to comment.