Skip to content

Commit

Permalink
[RELEASE] Release of Version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchenk authored Dec 21, 2018
1 parent 3d48b79 commit b7c1d12
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 24 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
composer.lock
# IDE
.idea

# Build folder
.Build

# PHP Dependencies + Dev
/composer.lock
/index.php
/typo3
/typo3_src
/typo3conf
/vendor
16 changes: 1 addition & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand All @@ -12,24 +11,11 @@ env:
- TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0

matrix:
exclude:
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
php: 5.6
- env: TYPO3_VERSION=^8.7 COVERAGE=0 FUNCTIONAL=0
php: 5.6
include:
- env: TYPO3_VERSION=^7.6 COVERAGE=1 FUNCTIONAL=1
php: 5.6
- env: TYPO3_VERSION=^7.6 COVERAGE=0 FUNCTIONAL=1
php: 7.1
- env: TYPO3_VERSION=^8.7 COVERAGE=0 FUNCTIONAL=1
php: 7.1
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=1
php: 7.1
php: 7.0
allow_failures:
- env: TYPO3_VERSION=^8.7 COVERAGE=0 FUNCTIONAL=0
- env: TYPO3_VERSION=^8.7 COVERAGE=0 FUNCTIONAL=1
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=1
- env: TYPO3_VERSION=dev-master COVERAGE=0 FUNCTIONAL=0
- php: 7.2

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"happy_feet": "*"
},
"require": {
"php": ">=5.6.0",
"php": "^7.0",
"typo3/cms-core": ">=7.6.0",
"typo3/cms-extbase": "*",
"cobweb/linkhandler": "*"
},
"require-dev": {
"typo3/cms": "^7.6",
"nimut/testing-framework": "2.0.0",
"phpunit/phpcov": "2.0.*",
"squizlabs/php_codesniffer": "2.3.*",
"sebastian/phpcpd": "2.0.*",
"phpmd/phpmd": "2.2.*"
"nimut/testing-framework": "2.0.*",
"phpunit/phpcov": "3.1.*",
"squizlabs/php_codesniffer": "3.3.*",
"sebastian/phpcpd": "3.0.*",
"phpmd/phpmd": "2.6.*"
},
"autoload": {
"classmap": [
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.3-dev"
"dev-master": "4.0.0-dev"
},
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => 'AOE GmbH',
'version' => '3.0.4',
'version' => '4.0.0',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.0-7.6.99',
Expand Down

0 comments on commit b7c1d12

Please sign in to comment.