aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* Use latest bridge to avoid PHPUnit breakJeremy Benoist2018-11-231-1/+1
| | | | Because branch 4.8 & 5.7 have been removed
* Looked UserBundle again.Jeremy Benoist2018-02-241-1/+1
| | | | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/compare/v2.0.2...v2.1.0#diff-8a79d0e62995dd549be4e463c35a8cc3 It generate an error about a variable called `registration_enabled` which can not be found. So I guess we are in the case of “such usage” about BC in UserBundle. Don’t want to loose time finding how to fix it. Rollback to the working version.
* Update dama/doctrine-test-bundleJeremy Benoist2017-12-181-1/+1
| | | | | | Because: PHP Fatal error: Class 'PHPUnit_Framework_BaseTestListener' not found in /home/travis/build/wallabag/wallabag/vendor/dama/doctrine-test-bundle/src/DAMA/DoctrineTestBundle/PHPUnit/LegacyPHPUnitListener.php on line 7
* composer: update dependency versions to reduce memory footprintKevin Decherf2017-11-191-28/+28
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Jump to Simpleue 2.0Jeremy Benoist2017-11-181-1/+1
| | | | The 1.3.0 tag is introducing BC so we jump to the 2.0
* Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-091-7/+7
| | | | Also update tests urls
* better entry txt export using html2textNicolas Hart2017-08-271-1/+2
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Crypt site credential passwordJeremy Benoist2017-06-201-2/+3
|
* Merge pull request #3137 from aaa2000/isolated-testsJérémy Benoist2017-06-011-2/+3
|\ | | | | Isolated tests
| * Isolated testsadev2017-05-311-2/+3
| | | | | | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* | PR has been merged in grabyJérémy Benoist2017-05-311-1/+1
| |
* | Remove htmlawed and use graby insteadJeremy Benoist2017-05-311-1/+0
| | | | | | | | | | Instead of using htmlawed (which is already used in graby) use graby directly (which require some refacto on graby side). Still needs some tests.
* | Use graby ContentExtractor to clean htmlJeremy Benoist2017-05-311-1/+1
|/ | | | It might be better to re-use some graby functionalities to clean html instead of building a new system.
* Switch back to latest guzzle-site-authenticatorJeremy Benoist2017-05-241-1/+1
|
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-1/+1
|\
| * Lock guzzle-site-authenticator to avoid errorJeremy Benoist2017-05-161-1/+1
| |
* | Upgraded CraueConfigBundle to 2.0Nicolas Lœuillet2017-05-121-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-011-1/+1
|\|
| * Make symfony-assets-install use `relative` symlinksOlivier Mehani2017-04-221-1/+1
| | | | | | | | | | | | | | This facilitates packaging, when installing in a different work PREFIX than the final install location. Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* | Remove dev FOSUserBundleJeremy Benoist2017-04-181-1/+1
| |
* | Merge pull request #2861 from wallabag/2.3-droping-5.5Jérémy Benoist2017-03-281-2/+2
|\ \ | |/ |/| Dropping PHP 5.5
| * Dropping PHP 5.5Jeremy Benoist2017-02-111-2/+2
| |
* | Use wallabag/tcpdfJeremy Benoist2017-02-241-1/+1
|/ | | | It should restore the PHP 7.1 compatibility
* Update RulerZKévin Gomez2017-02-051-2/+1
|
* Restored correct version for framework-extra-bundleNicolas Lœuillet2017-02-041-1/+1
| | | The bundle was fixed in latest version.
* Freezed sensio/framework-extra-bundle versionNicolas Lœuillet2017-02-021-1/+1
|
* Lock kphoen/rulerz to avoid breaking changesJeremy Benoist2017-01-261-0/+1
|
* Use latest bdunogier/guzzle-site-authenticatorJeremy Benoist2017-01-101-1/+1
|
* Use simple-phpunit instead of phpunitJeremy Benoist2016-12-131-1/+0
| | | | | To avoid problem with the Yaml constant http://symfony.com/blog/how-to-solve-phpunit-issues-in-symfony-3-2-applications
* Upgrade to Symfony 3.2Nicolas Lœuillet2016-11-301-1/+1
|
* Fix MonologBundle deprecationJeremy Benoist2016-11-221-1/+1
| | | | The Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\DebugHandlerPass class is deprecated since version 2.12 and will be removed in 3.0. Use AddDebugLogProcessorPass in FrameworkBundle instead.
* Re-use FOSUser master branchJeremy Benoist2016-11-221-1/+1
|
* Added authentication for restricted access articlesBertrand Dunogier2016-11-221-1/+2
| | | | Fix #438. Thank you so much @bdunogier
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-211-2/+5
|\
| * Lock down PHPUnit for PHP 5.5Jeremy Benoist2016-11-211-1/+1
| | | | | | | | | | Since Composer defined lowest version is now PHP 5.5.9. PHPUnit 5.0 require PHP 5.6.
| * Force composer to run as PHP 5.5.9Jeremy Benoist2016-11-201-1/+4
| |
| * Fix clear-cache problem using —no-devJeremy Benoist2016-11-191-2/+2
| | | | | | | | | | | | Related to : > PHP Fatal error: Class 'FOS\RestBundle\Serializer\JMSSerializerAdapter' not found in /Users/j0k/Sites/github/wallabag/var/cache/prod/appProdProjectContainer.php on line 9139
* | Install assets for shortcutsJeremy Benoist2016-11-181-0/+2
| |
* | Added shortcutsNicolas Lœuillet2016-11-151-1/+2
| |
* | Removed Maintenance bundleNicolas Lœuillet2016-11-061-1/+0
| |
* | Download pictures successfullyThomas Citharel2016-10-291-1/+2
| | | | | | | | Needs to rewrite them properly (get base url)
* | use new tcpdf library versionThomas Citharel2016-10-221-1/+1
| |
* | ApiDoc & Route annotation were conflictedJeremy Benoist2016-10-151-2/+2
|/ | | | | | | | | | | | The generated error was “Unable to guess how to get a Doctrine instance from the request information.”. I haven’t checked deeper in Doctrine (I know it was coming from the DoctrineParamConverter). Anyway, I check for FosRest possiblity to add extra format without allowing them for every route (like it was done in the first place). I finally found a way but it then seems all request goes to the FormatListener of FosRest so I needed to add a custom rules to match all request to be sure we don’t get a 406 error from FosRest. Should be ok now …
* Lock deps for FOSUserJeremy Benoist2016-10-111-2/+2
| | | | | We’ll wait until the final release will be out and other related project will be update to support it. Meanwhile we can safely lock to a previous version.
* Remove mouf/nodejs-installer from composerJeremy Benoist2016-10-041-4/+1
|
* Enable Redis async importJeremy Benoist2016-09-111-2/+5
| | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` -
* 1st draft for rabbitMQNicolas Lœuillet2016-09-111-1/+2
|
* Upgrade PHPUnit to version 5Jeremy Benoist2016-08-221-1/+1
| | | | | | | | - Fix deprecated getMock - Use PHPUnit 4 for PHP 5.5 build Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2201
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-07-201-1/+1
|\