-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
08/01/2018 16:10 0.2.0 Symfony 4 support | ||
eec4ad6 Sync config | ||
cf5e23e Removed old build config | ||
8887138 Require latest lastfm-api version to support sf4 | ||
281fdb1 Use global phpunit version when calling RMT | ||
50a6191 Removed PHPUnit from phpstan | ||
ce7301b Use PHPUnit 6 | ||
eb56036 Moved all translation to xlf | ||
0dc6581 Use new twig paths | ||
87fb390 Ignore PHPUnit warnings when calling phpstan | ||
ef5a1f9 Added phpstan extension to travis | ||
e8550b0 Removed hard phpunit dependency | ||
0bc2575 Removed version information from phpunit.xml.dist | ||
576bad3 Ignore PHPUnit errors when calling phpstan | ||
347a71d Fixed coveralls build | ||
7ad282d Sync build config | ||
ce41826 Removed code climate status | ||
ac3e4e0 Sync config | ||
3334556 Ignore symfony DI errors when calling phpstan | ||
9c883e5 Updated travis config for outdated symfony versions | ||
61c14ac Bumped symfony deps to >=3.4 | ||
04ccaf0 Require latest phpstan version | ||
73eca97 Fixed CS | ||
e44ee60 Sync config | ||
8bcab70 Sync config | ||
9403e11 Added .editorconfig | ||
f02de57 Apply fixes from StyleCI | ||
c85f6b0 Added support for PHP 7.2 and Symfony 3.4 / 4.x | ||
737f429 Fixed PHPStan issues | ||
08d6baa Fixed PHPUnit path config | ||
b33a284 Added symfony/expression-language dependency to work with sf3 | ||
a258bcc Revert "Bumped DI test version" | ||
558e937 Bumped DI test version | ||
c7f2e2f Cleanup phpstan config | ||
5477ca7 Fixed phpstan runner settings | ||
0115d42 Force phpstan check when running travis | ||
4bbf250 Added missing dependencies | ||
daaad49 Added SymfonyTestsListener | ||
d404b30 Apply fixes from StyleCI | ||
985ee96 Cleanup autoloader for tests | ||
9069472 Fixed coverage paths | ||
dcdafba Require latest lastfm api version | ||
04b64ab [travis] Removed xdebug config | ||
0ff7cf2 Added type hints | ||
c3082ce [travis] Moved phpstan to allow failures | ||
6053b4d Sort suggested dependencies | ||
73908df Refactor folder structure | ||
386d0b5 Suggest cache adapter | ||
8396b5f Rewrote example code when using a cache | ||
8e793c6 Recommend using a cache for requests | ||
e5739c5 Use latest phpstan version | ||
3fa70eb Dropped support for PHP 7.0 | ||
02e8bee Sorted dependencies | ||
85f0728 Fixed PHPStan runner | ||
86084cb Added PHPStan checks to travis | ||
b6a23a7 Added option to sort composer packages | ||
267187c Removed HHVM from travis setup | ||
a1370bd Dropped support for outdated symfony versions | ||
7b26c0b Fixed wrong export-ignore entry | ||
22fdc2b Use new PHP features (::class, null coalescing) | ||
e4d68e0 Fixed CS | ||
70465b9 Added workaround for composer bug #6207 | ||
614d0d7 Require latest lastfm-api dependency | ||
eb6f5b5 Created liip/rmt config | ||
bf5d47a Added simple tests for controller | ||
dd61ea6 Added unit tests for dependency injection | ||
6a54402 Strict type comparison | ||
9f84da8 Fixed file permissions | ||
f24681b Drop old phpunit-bridge | ||
97a9953 Updated travis config | ||
23cd431 Updated badges | ||
9c04956 Added PHP 7 type declarations | ||
5477227 Update for PHPUnit 5.7 | ||
b884c9b Fixed cs | ||
f8b0b8d Updated file header | ||
78c2e69 Removed useless autoload-dev entry | ||
8631947 Removed unnecessary final on method | ||
919468a Revert: Disallow simplified_null_return fixer | ||
79e09a9 Disallow simplified_null_return fixer | ||
65c92a3 Closing public API | ||
d1cf96a Added parameter type to configuration | ||
9726279 Removed precise branch alias |