Commit graph

263 commits

Author SHA1 Message Date
Ryan Weaver
9a8e23f69f minor #117 Abandon this bundle (bocharsky-bw)
This PR was squashed before being merged into the 1.5.x-dev branch.

Discussion
----------

Abandon this bundle

Closes #116

Commits
-------

091cff2 Abandon this bundle
2022-02-01 12:06:52 -05:00
Victor Bocharsky
091cff2698 Abandon this bundle 2022-02-01 12:06:50 -05:00
Ryan Weaver
dc113af854
Merge pull request #115 from bocharsky-bw/symfony6-continue 1.10.0
Symfony 6 continue
2022-01-26 13:46:39 -05:00
bocharsky-bw
9e2d994506 Run PHPUnit tests only on PR 2022-01-26 11:34:45 +02:00
bocharsky-bw
80e724bb6c Remove PHP config and simplify PHPUnit one 2022-01-26 11:30:45 +02:00
bocharsky-bw
7dd53fca23 Try to remove CI as well 2022-01-26 11:23:16 +02:00
bocharsky-bw
129a09ce3f Ignore deprecations and run PHPUnit via composer run-script 2022-01-26 10:54:34 +02:00
bocharsky-bw
4f439a0d56 Remove PHP CS Fixer and PHPStan configs for now 2022-01-26 10:44:49 +02:00
bocharsky-bw
59ab364807 Add symfony-deprecations-helper everywhere 2022-01-26 00:08:07 +02:00
bocharsky-bw
68aaf27531 Do not fail on incomplete - we do have incomplete tests 2022-01-26 00:04:56 +02:00
bocharsky-bw
54c72caaf7 Remove symfony-deprecations-helper from a job 2022-01-25 23:59:52 +02:00
bocharsky-bw
2e716d1b64 Fix matrix 2022-01-25 23:55:56 +02:00
bocharsky-bw
643203872b Fix PHPUnit 2022-01-25 23:39:43 +02:00
bocharsky-bw
b22717883f Tweak GitHub Action config and matrix 2022-01-25 23:29:47 +02:00
bocharsky-bw
c018169d4e Bump symfony/phpunit-bridge to ^4.4.11 to fix PHPUnit error 2022-01-25 20:48:22 +02:00
bocharsky-bw
2b779a4eb3 Drop direct phpunit dep - we use simple phpunit here 2022-01-25 20:44:49 +02:00
bocharsky-bw
63c755a578 Bump PHPUnit to 9.5 2022-01-25 20:44:27 +02:00
bocharsky-bw
74ded9e121 Bump michelf/php-markdown to ^1.9 to fix deprecations 2022-01-25 20:24:07 +02:00
bocharsky-bw
664c3bf82b Bump Symfony lowest to ^4.4 2022-01-25 20:18:11 +02:00
bocharsky-bw
b839e4358f Bump PHP version to 7.4 2022-01-25 20:10:45 +02:00
bocharsky-bw
cdd1aeec0c Ignore PHPUnit cache file and var/ dir 2022-01-25 19:43:26 +02:00
bocharsky-bw
98710f8f2a Migrate PHPUnit configuration 2022-01-25 19:08:57 +02:00
bocharsky-bw
972faeb8cf Get rid of property types for now 2022-01-25 19:02:38 +02:00
bocharsky-bw
547f137ea8 Use single pipe for all version constrains 2022-01-25 18:44:02 +02:00
bocharsky-bw
b9e547fb67 Revert removing Sundown 2022-01-25 18:32:36 +02:00
bocharsky-bw
83d78eb5c7 Bump Symfony to ^4.2 to get rid of treeBuilder->root() BC layer 2022-01-25 18:09:50 +02:00
bocharsky-bw
289f0327bb Revert PHP version back to 7.1.3|^8.0 2022-01-25 17:52:11 +02:00
Tac Tacelosky
a87b16a141
Update .github/workflows/phpstan.yaml
Co-authored-by: LAHAXE Arnaud <lahaxe.arnaud@gmail.com>
2021-12-08 06:36:52 -05:00
Tac Tacelosky
f782aae4f7 add phpstan 2021-11-30 07:51:46 -05:00
Tac Tacelosky
823f0d8d89 should not return a result in a constructor 2021-11-30 07:49:20 -05:00
Tac Tacelosky
7e0b145307 add phpstan 2021-11-30 07:49:00 -05:00
Tac Tacelosky
6decbb73f9 add phpunit matrix 2021-11-30 07:44:49 -05:00
Tac Tacelosky
88932cc74d use .dist config file for phpunit 2021-11-30 07:35:59 -05:00
Tac Tacelosky
9de7a9f400 update test methods to parent signatures 2021-11-30 07:32:02 -05:00
Tac Tacelosky
7afd756126 merge dev-tac 2021-11-14 20:41:44 -05:00
Tac Tacelosky
90ff78064e update phpunit 2021-11-14 20:39:23 -05:00
Tac Tacelosky
24f6c74239 bump to phpunit9 2021-11-08 07:08:55 -05:00
Tac Tacelosky
86433a9433 show workflow badges 2021-11-08 06:58:03 -05:00
Tac Tacelosky
69862cc6f6 add ci.yml 2021-11-08 06:40:29 -05:00
Tac Tacelosky
5fb3d1c269 Merge branch 'master' into tac 2021-11-08 06:39:52 -05:00
Tac Tacelosky
fa322f2a92
Create php.yml 2021-11-08 06:38:06 -05:00
Tac Tacelosky
fadc9120b8 remove sundown 2021-11-08 06:32:20 -05:00
Tac Tacelosky
da45d3c76d update tests to use phpunit 9.5 2021-11-08 06:24:51 -05:00
Tac Tacelosky
eb31781090 remove deprecations 2021-11-05 12:50:12 -04:00
Tac Tacelosky
7074f295ce up to symfony6 2021-11-05 11:24:50 -04:00
Tac Tacelosky
5baa80f676 allow symfony6 2021-11-05 09:48:22 -04:00
Ryan Weaver
843b3d0c9b
Merge pull request #107 from RobinDev/master 1.9.0
Add PHP 8
2021-03-03 15:01:32 -05:00
Robin
5e83a6a9ba add PHP 8 2021-01-20 18:31:15 +01:00
Ryan Weaver
d575814dd3
Adding note about avoiding XSS problems
Closes #91
2020-04-15 09:55:14 -04:00
Ryan Weaver
7238cc264e
Merge pull request #102 from abdounikarim/patch-1 1.8.1
Update Twig filters and extension
2019-11-26 08:18:52 -05:00