-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #369 from firegento/development
new release
- Loading branch information
Showing
448 changed files
with
27,234 additions
and
9,927 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
language: php | ||
sudo: false | ||
|
||
php: | ||
- 5.5 | ||
- 5.6 | ||
- 7.0 | ||
- 7.1 | ||
- hhvm | ||
|
||
env: | ||
- MAGENTO_VERSION="magento-mirror-1.9.3.4" | ||
|
||
matrix: | ||
fast_finish: true | ||
allow_failures: | ||
- php: 7.0 | ||
- php: 7.1 | ||
- php: hhvm | ||
|
||
script: | ||
- curl -sSL https://raw.githubusercontent.com/AOEpeople/MageTestStand/master/setup.sh | bash |
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
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,14 +1,16 @@ | ||
{ | ||
"name": "firegento/pdf", | ||
"license": ["GPL-3.0"], | ||
"type": "magento-module", | ||
"description": "FireGento Pdf overwrites standard PDF layouts for invoices and shipments.", | ||
"homepage": "https://github.com/firegento/firegento-pdf", | ||
"suggest": { | ||
"magento-hackathon/localefallback": "Allows fallback for locales, especially german, swiss/austria", | ||
"magento-hackathon/magento-composer-installer": "Magento composer installer (or a replacement) is needed to install this packages" | ||
}, | ||
"require-dev": { | ||
"ivanchepurnyi/ecomdev_phpunit": "dev-dev" | ||
} | ||
"name": "firegento/pdf", | ||
"license": [ | ||
"GPL-3.0-only" | ||
], | ||
"type": "magento-module", | ||
"description": "FireGento Pdf overwrites standard PDF layouts for invoices and shipments.", | ||
"homepage": "https://github.com/firegento/firegento-pdf", | ||
"suggest": { | ||
"magento-hackathon/localefallback": "Allows fallback for locales, especially german, swiss/austria", | ||
"magento-hackathon/magento-composer-installer": "Magento composer installer (or a replacement) is needed to install this packages" | ||
}, | ||
"require-dev": { | ||
"ivanchepurnyi/ecomdev_phpunit": "dev-dev" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.