Skip to content

Commit

Permalink
[TASK] Adjust composer.json and emconf with version and required php
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoAndras committed Nov 29, 2017
1 parent c2595ac commit f5e3bca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "typo3-cms-extension",
"description": "Generates the Content-Security-Policy response header based on the content of the page",
"homepage": "https://github.com/OttoAndras/typo3-csp",
"version": "0.8.3",
"version": "1.0.0",
"autoload": {
"psr-4": {
"AndrasOtto\\Csp\\": "Classes/"
Expand All @@ -15,7 +15,7 @@
}
},
"require": {
"php": ">=5.6.0",
"php": ">=7.0.0",
"typo3/cms-core": "~7.6.0||~8.7.0||dev-master"
},
"replace": {
Expand Down
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
'title' => 'CSP: Content Security Policy',
'description' => 'Generates the Content-Security-Policy response header based on the content of the page',
'category' => 'misc',
'version' => '1.0.0-dev',
'state' => 'beta',
'version' => '1.0.0',
'state' => 'stable',
'createDirs' => '',
'clearcacheonload' => true,
'author' => 'András Ottó',
'author_email' => 'ottoandras@gmail.com',
'author_email' => 'typo3csp@gmail.com',
'author_company' => '',
'constraints' =>
[
'depends' =>
[
'typo3' => '7.6.19 - 8.7.99',
'php' => '5.5.0-7.1.99',
'php' => '7.0.0-7.1.99',
],
'conflicts' =>
[
Expand Down

0 comments on commit f5e3bca

Please sign in to comment.