-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EXT-6] add ability to build Magento Connect package
- Loading branch information
Haydn Dufrene
committed
Jul 24, 2014
1 parent
1ea0b3f
commit 992ff06
Showing
4 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/vendor/ | ||
/var/ | ||
composer.lock | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
return array( | ||
'base_dir' => realpath('../var/'), | ||
'archive_files' => 'Affirm_Magento.tar', | ||
'extension_name' => 'Affirm_Magento', | ||
'skip_version_compare' => true, | ||
'extension_version' => '0.5.0', | ||
'archive_connect' => 'Affirm_Magento-0.5.0.tgz', | ||
'path_output' => realpath('../var/'), | ||
|
||
'stability' => 'stable', | ||
'license' => 'MIT', | ||
'channel' => 'community', | ||
'summary' => 'Affirm provides instant, flexible financing for your customers at checkout', | ||
'description' => 'Affirm provides flexible financing for your customers at checkout to increase sales and conversion. Your customers will be instantly approved for a loan with Affirm during checkout and will use Affirm as their form of payment. They can then pay off their balance in easy monthly payments with a low interest rate. Affirm assumes all credit risk and will settle full payment with you right away. You will need an Affirm account to use this extension. For more information and to sign up for an Affirm account, please visit https://www.affirm.com/merchants/', | ||
'notes' => 'Initial Release', | ||
|
||
'author_name' => 'Brian Holder-Chow Lin On', | ||
'author_user' => 'brian_at_affirm', | ||
'author_email' => '[email protected]', | ||
'php_min' => '5.2.0', | ||
'php_max' => '6.0.0', | ||
); |
Binary file not shown.