php-symfony-security-acl 3.3.3-1 source package in Ubuntu

Changelog

php-symfony-security-acl (3.3.3-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Allow Symfony 7

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <email address hidden>  Fri, 08 Dec 2023 07:45:18 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-symfony-security-acl_3.3.3-1.dsc 2.1 KiB 68ab21987998ac678dff32435ef3a5823d3997319dcf516cc938a45735971416
php-symfony-security-acl_3.3.3.orig.tar.gz 49.4 KiB cf64cfa7b65abbb4ec8d00cb647c1dc18a96e4f1fdbc2c6ce6611db83dbfd404
php-symfony-security-acl_3.3.3-1.debian.tar.xz 8.4 KiB c3ca9956777fd86b4e708720756adcde5606dc5e6914b5fec431484e43a29671

Available diffs

No changes file available.

Binary packages built by this source

php-symfony-security-acl: Symfony Security Component - ACL (Access Control List)

 The Security Component - ACL (Access Control List) is an advanced ACL system
 that provides ways to authorize authenticated users based on their roles.
 .
 The Symfony Security Component provides an infrastructure for sophisticated
 authorization systems, which makes it possible to easily separate the actual
 authorization logic from so called user providers that hold the users
 credentials. It is inspired by the Java Spring framework.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.