Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit b40f4bd2 authored by Nicolas's avatar Nicolas
Browse files

Corrections du fichier composer.json

parent c38cf591
No related branches found
No related tags found
No related merge requests found
# Changelog
## [1.3.4.23] - 2019-09-19
### Changed
- Corrections du fichier composer.json
## [1.0.2.22] - 2019-MM-JJ
### Added
- Gestion des médias PDF
......@@ -21,4 +25,4 @@
- NC
## Source
https://raw.githubusercontent.com/olivierlacan/keep-a-changelog/master/CHANGELOG.md
\ No newline at end of file
https://raw.githubusercontent.com/olivierlacan/keep-a-changelog/master/CHANGELOG.md
{
"name": "NicolasBejean/MediaManager",
"name": "nicolasbejean/mediamanager",
"description": "Gestionnaire de médias",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0"
"php": "~5.5.0|~5.6.0|>=7.0.0"
},
"type": "magento2-module",
"version": "1.3.4.22",
"version": "1.3.4.23",
"license": [
"OSL-3.0",
"AFL-3.0"
......@@ -15,4 +15,4 @@
"registration.php"
]
}
}
\ No newline at end of file
}
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="NicolasBejean_MediaManager" setup_version="1.3.4.22" />
</config>
\ No newline at end of file
<module name="NicolasBejean_MediaManager" setup_version="1.3.4.23" />
</config>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment