Skip to content

Commit 28c6f72

Browse files
committed
Removed unused config
1 parent 7446336 commit 28c6f72

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hydrator and schema factory.
1616

1717
### Features:
1818

19-
- [PSR-7](http://www.php-fig.org/psr/psr-7/) middleware for handling exceptions to [{JSON:API}](https://jsonapi.org/)
19+
- [PSR-7](http://www.php-fig.org/psr/psr-7/) middleware for transforming exceptions to [{JSON:API}](https://jsonapi.org/)
2020
v1.1 response
2121
- [Doctrine2](https://www.doctrine-project.org) data hydration from [{JSON:API}](https://jsonapi.org/) documents
2222
- [{JSON:API}](https://jsonapi.org/) schemas for building valid responses

tests/common.neon

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,3 @@
1212

1313
php:
1414
date.timezone: Europe/Prague
15-
16-
extensions:
17-
contributteTranslation : Contributte\Translation\DI\TranslationExtension
18-
fbSocketServerFactory : FastyBird\SocketServerFactory\DI\SocketServerFactoryExtension
19-
fbWebServer : FastyBird\WebServer\DI\WebServerExtension(%consoleMode%)
20-
21-
contributteTranslation:
22-
locales:
23-
default: en_US
24-
fallback: [en_US, en]
25-
localeResolvers: []
26-
dirs:
27-
- %appDir%/../src/Translations

0 commit comments

Comments
 (0)