Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
* New plugin version
  • Loading branch information
rkistaps committed Feb 18, 2020
1 parent 66da9e7 commit d54db73
Show file tree
Hide file tree
Showing 17 changed files with 491 additions and 232 deletions.
8 changes: 0 additions & 8 deletions README.md

This file was deleted.

22 changes: 12 additions & 10 deletions composer.json
@@ -1,13 +1,15 @@
{
"name": "Printful/printful-prestashop-integration",
"description": "This module provides integration with Printful",
"autoload": {
"psr-4": {
"Printful\\": "src/"
"name": "Printful/printful-prestashop-integration",
"description": "This module provides integration with Printful",
"autoload": {
"psr-4": {
"Printful\\": "src/"
}
},
"config": {
"prepend-autoloader": false
},
"type": "prestashop-module",
"require": {
}
},
"type": "prestashop-module",
"require": {
"php": "7.0"
}
}
230 changes: 230 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d54db73

Please sign in to comment.