1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: php-robmorgan-phinx
Section: php
Priority: optional
Maintainer: Teckids Debian Task Force <tdtf@lists.teckids.org>
Uploaders: Thorsten Glaser <tg@mirbsd.de>, Dominik George <natureshadow@debian.org>
Build-Depends: debhelper (>= 11~), pkg-php-tools (>= 1.7~)
Standards-Version: 4.1.4
Homepage: https://phinx.org/
Vcs-Git: https://salsa.debian.org/tdtf-team/php-robmorgan-phinx.git
Vcs-Browser: https://salsa.debian.org/tdtf-team/php-robmorgan-phinx
Package: php-robmorgan-phinx
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}, composer
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: Simple PHP Database Migrations
Phinx makes it ridiculously easy to manage the database migrations for
your PHP app. In less than 5 minutes, you can install Phinx and create
your first database migration. Phinx is just about migrations without
all the bloat of a database ORM system or framework.
|