Skip to content

Commit 85d43f4

Browse files
committed
Require php-64bit to install phinx
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 18e06e4 commit 85d43f4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
],
3838
"require": {
39-
"php": ">=7.2",
39+
"php-64bit": ">=7.2",
4040
"cakephp/database": "^4.0",
4141
"psr/container": "^1.0 || ^2.0",
4242
"symfony/console": "^3.4|^4.0|^5.0|^6.0",

docs/en/index.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
Phinx Documentation
44
===================
55

6-
Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes, you can install Phinx using Composer and create your first database migration. Phinx is just about migrations without all the bloat of a database ORM system or application framework.
6+
Phinx makes it ridiculously easy to manage the database migrations for your PHP
7+
app. In less than 5 minutes, you can install Phinx using Composer and create
8+
your first database migration. Phinx is just about migrations without all the
9+
bloat of a database ORM system or application framework.
10+
11+
Phinx requires a 64-bit version of PHP to function.
712

813
Contents
914
========

0 commit comments

Comments
 (0)