Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Change license to MIT
Browse files Browse the repository at this point in the history
- CC-BY-4.0 -> MIT
- minor changes to composer.json
- dependencies update
  • Loading branch information
drAlberT committed Nov 21, 2016
1 parent 196c7ff commit abd9e60
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 50 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016
Copyright (c) 2016 Emiliano Gabrielli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/faktiva/magento-inventory-update.svg?style=flat)](http://isitmaintained.com/project/faktiva/magento-inventory-update "Average time to resolve an issue")
[![composer.lock](https://poser.pugx.org/faktiva/magento-inventory-update/composerlock?style=flat)](https://packagist.org/packages/faktiva/magento-inventory-update)
[![Dependencies Status](https://img.shields.io/librariesio/github/faktiva/magento-inventory-update.svg?maxAge=3600&style=flat)](https://libraries.io/github/faktiva/magento-inventory-update)
[![License](https://img.shields.io/packagist/l/faktiva/magento-inventory-update.svg?style=flat)](https://creativecommons.org/licenses/by-sa/4.0/)
[![License](https://img.shields.io/packagist/l/faktiva/magento-inventory-update.svg?style=flat)](https://tldrlegal.com/license/mit-license)

[![Join the chat at https://gitter.im/faktiva/magento-inventory-update](https://img.shields.io/badge/Gitter-CHAT%20NOW-brightgreen.svg?style=flat)](https://gitter.im/faktiva/magento-inventory-update)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/faktiva/magento-inventory-update.svg?style=social)](https://twitter.com/intent/tweet?text=See this "%23Magento inventory update" script from %23Faktiva&url=https://github.com/faktiva/magento-inventory-update)
Expand Down
28 changes: 17 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
"name": "faktiva/magento-inventory-update",
"description": "A simple Magento shell script to update products attributes such as quantity, availability and so on",
"homepage": "https://github.com/faktiva/magento-inventory-update",
"license": "CC-BY-SA-4.0",
"license": "MIT",
"type": "project",
"authors": [
{
"name": "Emiliano 'AlberT' Gabrielli",
"email": "[email protected]",
"homepage": "http://faktiva.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/faktiva/magento-inventory-update/issues",
"source": "https://github.com/faktiva/magento-inventory-update/releases/latest",
"email": "[email protected]"
},
"minimum-stability": "stable",
"config": {
"bin-dir": "bin",
Expand All @@ -24,31 +30,31 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^1.12",
"sensiolabs/security-checker": "^4.0",
"symfony/var-dumper": "^2.8 || ^3.0",
"symfony/debug": "^2.8 || ^3.0",
"sensiolabs/security-checker": "^4.0"
"symfony/debug": "^2.8 || ^3.0"
},
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"Faktiva\\MagentoInventoryUpdate\\": ""
}
},
"scripts": {
"chk-cs": [
"bin/php-cs-fixer -vvv fix --dry-run"
"php bin/php-cs-fixer -vvv fix --dry-run"
],
"chk-sec": [
"bin/security-checker -vv security:check"
"php bin/security-checker -vv security:check"
],
"check": [
"@chk-cs",
"@chk-sec"
],
"fix-cs": [
"bin/php-cs-fixer -vvv fix"
"php bin/php-cs-fixer -vvv fix"
]
},
"autoload": {
"psr-4": {
"Faktiva\\MagentoInventoryUpdate\\": ""
}
}
}
74 changes: 37 additions & 37 deletions composer.lock

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

0 comments on commit abd9e60

Please sign in to comment.