Skip to content

Commit

Permalink
* OpenCart 3.0.3.0 update release for 3.0.x installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesallsup committed Jan 2, 2019
1 parent a402905 commit 53c69e6
Show file tree
Hide file tree
Showing 28 changed files with 1,608 additions and 0 deletions.
7 changes: 7 additions & 0 deletions upload/system/storage/vendor/autoload.php
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit4356ab4fdc794d105db4fa48b241456c::getLoader();
10 changes: 10 additions & 0 deletions upload/system/storage/vendor/bin/pscss
@@ -0,0 +1,10 @@
#!/usr/bin/env sh

dir=$(cd "${0%[/\\]*}" > /dev/null; cd "../leafo/scssphp" && pwd)

if [ -d /proc/cygdrive ] && [[ $(which php) == $(readlink -n /proc/cygdrive)/* ]]; then
# We are in Cgywin using Windows php, so the path must be translated
dir=$(cygpath -m "$dir");
fi

"${dir}/pscss" "$@"
4 changes: 4 additions & 0 deletions upload/system/storage/vendor/bin/pscss.bat
@@ -0,0 +1,4 @@
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../leafo/scssphp/pscss
php "%BIN_TARGET%" %*
1 change: 1 addition & 0 deletions upload/system/storage/vendor/braintree/braintree_php
Submodule braintree_php added at c7e0e2
1 change: 1 addition & 0 deletions upload/system/storage/vendor/cardinity/cardinity-sdk-php
Submodule cardinity-sdk-php added at f51f6f

0 comments on commit 53c69e6

Please sign in to comment.