Skip to content

Commit

Permalink
Clean up composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed May 28, 2018
1 parent a86dddc commit d28399e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"license": "GPL-2.0-or-later",
"require": {
"php": "^5.5 || ~7.0 || ~7.1 || ~7.2",
"php": ">=5.5 <7.3",

This comment has been minimized.

Copy link
@oliverklee

oliverklee May 28, 2018

Contributor

It looks like PhpStorm cannot parse this for the project language level (yet). I've just discussed this with @IchHabRecht, and she's created a ticket for this: https://youtrack.jetbrains.com/issue/WI-42303

"typo3/cms-core": "^7.6.23 || ^8.7.10",
"typo3/cms-fluid": "^7.6.23 || ^8.7.10",
"typo3/cms-frontend": "^7.6.23 || ^8.7.10"
Expand All @@ -30,7 +30,7 @@
"nimut/testing-framework": "^3.0"
},
"conflict": {
"typo3/cms-composer-installers": "< 1.4.6"
"typo3/cms-composer-installers": "<1.4.6"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -63,6 +63,7 @@
"dev-master": "1.0.x-dev"
},
"typo3/cms": {
"extension-key": "ext_scaffold",
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/public"
}
Expand Down

0 comments on commit d28399e

Please sign in to comment.