Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

phinx-0.13.4-1.fc36.remi RPM for noarch

From Remi's RPM for Fedora 36 for x86_64

Name: phinx Distribution: Unknown
Version: 0.13.4 Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Release: 1.fc36.remi Build date: Mon Jan 9 09:19:00 2023
Group: Unspecified Build host: builder.remirepo.net
Size: 619992 Source RPM: phinx-0.13.4-1.fc36.remi.src.rpm
Packager: Remi Collet
Url: https://phinx.org
Summary: Manage the database migrations for your PHP app
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.

Documentation: http://docs.phinx.org

Provides

Requires

License

MIT

Changelog

* Mon Jan 09 2023 Remi Collet <remi@remirepo.net> - 0.13.4-1
  - update to 0.13.4
* Fri Dec 09 2022 Remi Collet <remi@remirepo.net> - 0.13.3-1
  - update to 0.13.3
* Mon Dec 05 2022 Remi Collet <remi@remirepo.net> - 0.13.2-1
  - update to 0.13.2
* Tue Oct 11 2022 Remi Collet <remi@remirepo.net> - 0.13.1-1
  - update to 0.13.1
* Fri Oct 07 2022 Remi Collet <remi@remirepo.net> - 0.13.0-1
  - update to 0.13.0
* Mon Oct 03 2022 Remi Collet <remi@remirepo.net> - 0.12.13-1
  - update to 0.12.13
* Mon Jul 18 2022 Remi Collet <remi@remirepo.net> - 0.12.12-1
  - update to 0.12.12
* Mon Jul 04 2022 Remi Collet <remi@remirepo.net> - 0.12.11-1
  - update to 0.12.11
* Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 0.12.10-1
  - update to 0.12.10
* Tue Oct 12 2021 Remi Collet <remi@remirepo.net> - 0.12.9-1
  - update to 0.12.9
* Fri Sep 03 2021 Remi Collet <remi@remirepo.net> - 0.12.8-1
  - update to 0.12.8
* Wed May 19 2021 Remi Collet <remi@remirepo.net> - 0.12.7-1
  - update to 0.12.7
* Wed Mar 17 2021 Remi Collet <remi@remirepo.net> - 0.12.6-1
  - update to 0.12.6
* Mon Jan 25 2021 Remi Collet <remi@remirepo.net> - 0.12.5-1
  - update to 0.12.5
  - switch to phpunit9

Files

/usr/bin/phinx
/usr/share/doc/phinx
/usr/share/doc/phinx/CONTRIBUTING.md
/usr/share/doc/phinx/README.md
/usr/share/doc/phinx/composer.json
/usr/share/doc/phinx/web.php
/usr/share/licenses/phinx
/usr/share/licenses/phinx/LICENSE
/usr/share/php/Phinx
/usr/share/php/Phinx/Config
/usr/share/php/Phinx/Config/Config.php
/usr/share/php/Phinx/Config/ConfigInterface.php
/usr/share/php/Phinx/Config/FeatureFlags.php
/usr/share/php/Phinx/Config/NamespaceAwareInterface.php
/usr/share/php/Phinx/Config/NamespaceAwareTrait.php
/usr/share/php/Phinx/Console
/usr/share/php/Phinx/Console/Command
/usr/share/php/Phinx/Console/Command/AbstractCommand.php
/usr/share/php/Phinx/Console/Command/Breakpoint.php
/usr/share/php/Phinx/Console/Command/Create.php
/usr/share/php/Phinx/Console/Command/Init.php
/usr/share/php/Phinx/Console/Command/ListAliases.php
/usr/share/php/Phinx/Console/Command/Migrate.php
/usr/share/php/Phinx/Console/Command/Rollback.php
/usr/share/php/Phinx/Console/Command/SeedCreate.php
/usr/share/php/Phinx/Console/Command/SeedRun.php
/usr/share/php/Phinx/Console/Command/Status.php
/usr/share/php/Phinx/Console/Command/Test.php
/usr/share/php/Phinx/Console/PhinxApplication.php
/usr/share/php/Phinx/Db
/usr/share/php/Phinx/Db/Action
/usr/share/php/Phinx/Db/Action/Action.php
/usr/share/php/Phinx/Db/Action/AddColumn.php
/usr/share/php/Phinx/Db/Action/AddForeignKey.php
/usr/share/php/Phinx/Db/Action/AddIndex.php
/usr/share/php/Phinx/Db/Action/ChangeColumn.php
/usr/share/php/Phinx/Db/Action/ChangeComment.php
/usr/share/php/Phinx/Db/Action/ChangePrimaryKey.php
/usr/share/php/Phinx/Db/Action/CreateTable.php
/usr/share/php/Phinx/Db/Action/DropForeignKey.php
/usr/share/php/Phinx/Db/Action/DropIndex.php
/usr/share/php/Phinx/Db/Action/DropTable.php
/usr/share/php/Phinx/Db/Action/RemoveColumn.php
/usr/share/php/Phinx/Db/Action/RenameColumn.php
/usr/share/php/Phinx/Db/Action/RenameTable.php
/usr/share/php/Phinx/Db/Adapter
/usr/share/php/Phinx/Db/Adapter/AbstractAdapter.php
/usr/share/php/Phinx/Db/Adapter/AdapterFactory.php
/usr/share/php/Phinx/Db/Adapter/AdapterInterface.php
/usr/share/php/Phinx/Db/Adapter/AdapterWrapper.php
/usr/share/php/Phinx/Db/Adapter/DirectActionInterface.php
/usr/share/php/Phinx/Db/Adapter/MysqlAdapter.php
/usr/share/php/Phinx/Db/Adapter/PdoAdapter.php
/usr/share/php/Phinx/Db/Adapter/PostgresAdapter.php
/usr/share/php/Phinx/Db/Adapter/ProxyAdapter.php
/usr/share/php/Phinx/Db/Adapter/SQLiteAdapter.php
/usr/share/php/Phinx/Db/Adapter/SqlServerAdapter.php
/usr/share/php/Phinx/Db/Adapter/TablePrefixAdapter.php
/usr/share/php/Phinx/Db/Adapter/TimedOutputAdapter.php
/usr/share/php/Phinx/Db/Adapter/UnsupportedColumnTypeException.php
/usr/share/php/Phinx/Db/Adapter/WrapperInterface.php
/usr/share/php/Phinx/Db/Plan
/usr/share/php/Phinx/Db/Plan/AlterTable.php
/usr/share/php/Phinx/Db/Plan/Intent.php
/usr/share/php/Phinx/Db/Plan/NewTable.php
/usr/share/php/Phinx/Db/Plan/Plan.php
/usr/share/php/Phinx/Db/Plan/Solver
/usr/share/php/Phinx/Db/Plan/Solver/ActionSplitter.php
/usr/share/php/Phinx/Db/Table
/usr/share/php/Phinx/Db/Table.php
/usr/share/php/Phinx/Db/Table/Column.php
/usr/share/php/Phinx/Db/Table/ForeignKey.php
/usr/share/php/Phinx/Db/Table/Index.php
/usr/share/php/Phinx/Db/Table/Table.php
/usr/share/php/Phinx/Db/Util
/usr/share/php/Phinx/Db/Util/AlterInstructions.php
/usr/share/php/Phinx/Migration
/usr/share/php/Phinx/Migration/AbstractMigration.php
/usr/share/php/Phinx/Migration/AbstractTemplateCreation.php
/usr/share/php/Phinx/Migration/CreationInterface.php
/usr/share/php/Phinx/Migration/IrreversibleMigrationException.php
/usr/share/php/Phinx/Migration/Manager
/usr/share/php/Phinx/Migration/Manager.php
/usr/share/php/Phinx/Migration/Manager/Environment.php
/usr/share/php/Phinx/Migration/Migration.change.template.php.dist
/usr/share/php/Phinx/Migration/Migration.up_down.template.php.dist
/usr/share/php/Phinx/Migration/MigrationInterface.php
/usr/share/php/Phinx/Seed
/usr/share/php/Phinx/Seed/AbstractSeed.php
/usr/share/php/Phinx/Seed/Seed.template.php.dist
/usr/share/php/Phinx/Seed/SeedInterface.php
/usr/share/php/Phinx/Util
/usr/share/php/Phinx/Util/Expression.php
/usr/share/php/Phinx/Util/Literal.php
/usr/share/php/Phinx/Util/Util.php
/usr/share/php/Phinx/Wrapper
/usr/share/php/Phinx/Wrapper/TextWrapper.php
/usr/share/php/Phinx/autoload.php
/usr/share/php/Phinx/data
/usr/share/php/Phinx/data/phinx.json.dist
/usr/share/php/Phinx/data/phinx.php.dist
/usr/share/php/Phinx/data/phinx.yml.dist


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:14:38 2024