File: control

package info (click to toggle)
php-slim-psr7 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 604 kB
  • sloc: php: 4,595; makefile: 15; xml: 10; sh: 7
file content (34 lines) | stat: -rw-r--r-- 1,370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: php-slim-psr7
Section: php
Priority: optional
Maintainer: William Desportes <williamdes@wdes.fr>
Uploaders: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-phpcomposer,
               php-fig-http-message-util,
               php-getallheaders,
               php-phpspec-prophecy,
               php-phpspec-prophecy-phpunit,
               php-psr-http-factory,
               php-psr-http-message,
               php-symfony-polyfill-php80,
               phpab,
               phpunit,
               pkg-php-tools (>= 1.41~)
Standards-Version: 4.6.2
Homepage: https://github.com/slimphp/Slim-Psr7
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-slim-psr7
Vcs-Git: https://salsa.debian.org/php-team/pear/php-slim-psr7.git -b debian/latest
Rules-Requires-Root: no

Package: php-slim-psr7
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Description: Strict PSR-7 implementation used by the Slim Framework
 This library can be used with other libraries that are compatible
 with the PSR-7 standard.
 .
 PSR-7 is a set of common interfaces defined by PHP Framework Interop Group.
 These interfaces are representing HTTP messages, and URIs used for HTTP.
 This standard helps normalizing a request and handling a response.