Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

DEP PHP Support in CMS5 #136

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,15 @@
}
],
"require": {
"php": ">=5.4",
"silverstripe/framework": "~3.1",
"symbiote/silverstripe-queuedjobs": "^3",
"zendframework/zend-ldap": "^2.5.1",
"zendframework/zend-authentication": "^2.5.1",
"zendframework/zend-session": "^2.5.1",
"onelogin/php-saml": "^2.10.7"
"php": "^8.1",
"silverstripe/framework": "^5",
"symbiote/silverstripe-queuedjobs": "^4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"symbiote/silverstripe-queuedjobs": "^4",
"symbiote/silverstripe-queuedjobs": "^5",

Copy link
Member

@emteknetnz emteknetnz Dec 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sabina-talipova Actually - the 4 version of this module only supports CMS 3, there is no CMS 4 version - we probably don't want a CMS 5 version - check with @maxime-rainville

"laminas/laminas-ldap": "^2.16",
"laminas/laminas-authentication": "^2.13",
"laminas/laminas-session": "^2.16",
"onelogin/php-saml": "^4.1"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"extra": {
"branch-alias": {
"3.x-dev": "3.3.x-dev"
}
"phpunit/phpunit": "^9.5"
}
}