File: control

package info (click to toggle)
php-laravel-lumen-framework 6.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 480 kB
  • sloc: php: 3,873; makefile: 8; sh: 7
file content (63 lines) | stat: -rw-r--r-- 1,911 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: php-laravel-lumen-framework
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Robin Gustafsson <robin@rgson.se>
Build-Depends:
 debhelper-compat (= 13),
 php-dragonmantank-cron-expression,
 php-illuminate-auth,
 php-illuminate-broadcasting,
 php-illuminate-bus,
 php-illuminate-cache,
 php-illuminate-config,
 php-illuminate-container,
 php-illuminate-contracts,
 php-illuminate-database,
 php-illuminate-encryption,
 php-illuminate-events,
 php-illuminate-filesystem,
 php-illuminate-hashing,
 php-illuminate-http,
 php-illuminate-log,
 php-illuminate-pagination,
 php-illuminate-pipeline,
 php-illuminate-queue,
 php-illuminate-support,
 php-illuminate-translation,
 php-illuminate-validation,
 php-illuminate-view,
 php-mockery,
 php-nikic-fast-route,
 php-symfony-http-foundation,
 php-symfony-http-kernel,
 php-symfony-var-dumper,
 php-vlucas-phpdotenv,
 phpab,
 phpunit,
 pkg-php-tools,
Standards-Version: 4.5.0
Homepage: https://github.com/laravel/lumen-framework
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-laravel-lumen-framework
Vcs-Git: https://salsa.debian.org/php-team/pear/php-laravel-lumen-framework.git
Rules-Requires-Root: no

Package: php-laravel-lumen-framework
Architecture: all
Depends:
 ${misc:Depends},
 ${phpcomposer:Debian-require},
Suggests:
 ${phpcomposer:Debian-suggest},
Replaces:
 ${phpcomposer:Debian-replace},
Breaks:
 ${phpcomposer:Debian-conflict},
 ${phpcomposer:Debian-replace},
Provides:
 ${phpcomposer:Debian-provide},
Description: micro-framework for building web applications in PHP
 Laravel Lumen is a stunningly fast PHP micro-framework for building web
 applications with expressive, elegant syntax. Lumen attempts to take the pain
 out of development by easing common tasks used in the majority of web projects,
 such as routing, database abstraction, queueing, and caching.