File: control

package info (click to toggle)
php-slim-psr7 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 680 kB
  • sloc: php: 5,228; makefile: 17; sh: 11; xml: 10
file content (34 lines) | stat: -rw-r--r-- 1,369 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-http-interop-http-factory-tests,
               php-http-psr7-integration-tests,
               php-phpspec-prophecy,
               php-phpspec-prophecy-phpunit,
               php-psr-http-factory,
               php-psr-http-message,
               phpab,
               phpunit
Standards-Version: 4.7.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
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.