Skip to content

Commit

Permalink
TravisCi
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruchmann committed Apr 14, 2018
1 parent a017e35 commit 14508dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wdb/t3quotes",
"type": "typo3-cms-extension",
"description": "A database with quotes which are displayed on the webpage in various ways, based on extbase & fluid for TYPO3 CMS",
#"version": "3.2.1",
// "version": "3.2.1",
"keywords": [
"TYPO3",
"extension",
Expand Down Expand Up @@ -30,19 +30,19 @@
},
"require-dev": {
"phpunit/phpunit": "^5.6",
# : "~4.8.0"
// : "~4.8.0"
"friendsofphp/php-cs-fixer": "^2.0"
},
"autoload": {
"psr-4": {
"WDB\\T3quotes\\": "Classes/",
# "PhpParser\\": "Resources/Private/PHP/PHP-Parser/lib/PhpParser/"
// "PhpParser\\": "Resources/Private/PHP/PHP-Parser/lib/PhpParser/"
}
},
"autoload-dev": {
"psr-4": {
"WDB\\T3quotes\\Tests\\": "Tests/",
# "TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/core/Tests/"
// "TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/core/Tests/"
}
},
"replace": {
Expand Down

0 comments on commit 14508dc

Please sign in to comment.