GitXplorerGitXplorer
a

prestashop-1.6-php-migration

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
e92df50072da505ab9e72fe0c131208c066a1774

Fix the change_patch_name function

aaeyoll committed 3 years ago
Unverified
6208760fb22d9143d801af2f94029dd983cd55b8

Remove unused var

aaeyoll committed 3 years ago
Unverified
5cfb64aa724f24d07c0c6a5e304e8f88db20dc32

Add a function to update the name in the patches

aaeyoll committed 3 years ago
Unverified
31a444a88904bd2aa374f169e5618e96db074c52

Rename gsed to sed

aaeyoll committed 3 years ago
Unverified
7815ffbe2d8db9b4c3beb5155c615c79201a1340

Move everything to distinct functions

aaeyoll committed 3 years ago
Unverified
2b070e3152d7796eacb691fabfd1d1678b77f3cc

Add a missing instruction

aaeyoll committed 3 years ago

README

The README file for this repository.

Migrate PrestaShop 1.6 to PHP 7.3

This script helps migrate PrestaShop to PHP 7.3 (not supported in the official version).

Warning

This fixes common gotchas, but your shop may need adjustments, especially with some modules. Please please please, run this first on a versionned code base and in a development environment. I'm not responsible if you break your shop!

Usage

git clone https://github.com/aeyoll/prestashop-1.6-php-migration.git
cd prestashop-1.6-php-migration
cp * your-prestashop-dir
cd your-prestashop-dir
composer install
./migrate.sh