57 Commits

Author SHA1 Message Date
TomasVotruba
ecf05ac99b [scoped] remove downgrade path to be sure all are included 2021-05-05 20:19:37 +02:00
TomasVotruba
289eca5d2c [compiler] simplify downgrade paths 2021-05-05 20:07:04 +02:00
Abdul Malik Ikhsan
8c61186327
[Scoped] Require phpstan-src early before scoping (#6341) 2021-05-05 10:15:12 +00:00
Abdul Malik Ikhsan
1a902d5cf1
[Scoped] Sync scoped script to include "upgrade" directory (#6332) 2021-05-05 03:35:12 +00:00
Michal Lulco
f8c45a4a70
Added upgrade sets to rector-prefixed (#6320) 2021-05-04 21:41:11 +02:00
TomasVotruba
27239f4bfe [scoped] use phpstan 0.12.85 2021-05-04 21:07:27 +02:00
TomasVotruba
fa2416f71a [prefixed] skip rector/rector test 2021-05-04 21:06:49 +02:00
Abdul Malik Ikhsan
c27fc4c823
[Scoped] require phpstan/phpstan-src before push to prefixed repo (#6317)
* [Scoped] require phpstan/phpstan-src before push to prefixed repo

* add composer-move.json
2021-05-04 15:19:13 +00:00
Abdul Malik Ikhsan
e3183655f2
[Scoper] Remove composer/composer after not used in scoped (#6310)
* [Scoper] Remove composer/composer after not used in scoped

* [Scoped] remove vendor/composer/composer after not used in build scoped 7.0

* move up before dump-autoload
2021-05-03 14:52:04 +00:00
Abdul Malik Ikhsan
1a10e87fe4
[Scoped] Enable DowngradeNullableTypeDeclarationRector on config-downgrade-php70 config (#6301) 2021-05-03 09:38:19 +00:00
Abdul Malik Ikhsan
233531cdda
[Scoped] Sync PHP 7.0 scoped (#6296) 2021-05-03 07:02:41 +00:00
TomasVotruba
8d73a43c8c fix PHP 7.1 version in prefixed description 2021-05-03 00:27:35 +02:00
Abdul Malik Ikhsan
e1c87b5900
[Scoper] Using different scoper.php for php 7.0 (#6295)
* [Scoper] Using different scoper.php for php 7.0

* revert

* revert

* eol
2021-05-02 18:19:33 +00:00
Abdul Malik Ikhsan
bd94fe4459
[Scoped] Scoped PHP 7.0 (#6235)
* [Scoped] [WIP] Scoped PHP 7.0

* create new downgrade-rector-php70.sh

* use downgrade-rector-php70.sh in the workflow

* remove phpstan deps

* add php70 suffix on rector-build for php 70

* remove phpstan/phpstan and phpstan/phpstan-src

* add repositories composer config for phpstan-src

* remove first with clear-cache

* config

* remove no-api

* remove repositories config in root composer.json

* update register repositories in build scoped rector

* remove composer remove phpstan/phpstan
2021-05-02 20:15:23 +07:00
TomasVotruba
d43e40aa6e rebase 2021-04-29 23:13:41 +02:00
Tomas Votruba
ffab753891
Update php_parser_3.yaml 2021-04-29 22:14:37 +02:00
TomasVotruba
b938d4dccd [prefixed] run with php parser 3 too 2021-04-29 22:03:43 +02:00
TomasVotruba
ebe192cacc reliable path 2021-04-29 20:14:40 +02:00
TomasVotruba
731eb8bf86 fixing paths 2021-04-29 20:06:54 +02:00
TomasVotruba
38a7222fe4 narrow 2021-04-29 20:02:15 +02:00
TomasVotruba
761c343db2 closer variable 2021-04-29 19:59:33 +02:00
TomasVotruba
f15648eb05 add preload in build 2021-04-29 19:55:03 +02:00
TomasVotruba
928ef7d9d5 [prefixed] show version 2021-04-29 10:10:09 +02:00
TomasVotruba
3a7f26197a [scoped] autoload prefixed FileInfo 2021-04-24 14:30:51 +02:00
TomasVotruba
55aba2ca97 remove unused files 2021-04-24 13:32:11 +02:00
TomasVotruba
9b1558e701 [prefixed] add bootstrap.php to autoload Rector-prefixed in tests + add simple rule test 2021-04-24 13:21:42 +02:00
Tomas Votruba
a32055f317
[scoped] Build PHP 7.0 repo to own repository to avoid breaking prefixed rector (#6223)
* [scoped] build PHP 7.0 repo to own repository to avoid breaking prefixed rector

* lint with PHP 7.0 files
2021-04-23 23:05:26 +02:00
Tomas Votruba
1a060aadac
Fix php70 on prefixed - skip nullable till phpstan is downgraded (#6221) 2021-04-23 21:34:50 +02:00
TomasVotruba
2427ef0332 fix path 2021-04-23 00:04:47 +02:00
TomasVotruba
134cfc6b2a remove unneeded autoload 2021-04-23 00:04:23 +02:00
TomasVotruba
8217d924ff add tests to split repository 2021-04-23 00:01:56 +02:00
Tomas Votruba
1d0ba2a439
Add AbstractTestCase (#6205) 2021-04-22 21:36:50 +00:00
TomasVotruba
0f697fedb3 use portable shebang 2021-04-22 21:12:02 +02:00
TomasVotruba
3264fc3996 [prefixed] rector dump-autoload, need if box is not used 2021-04-22 21:10:32 +02:00
TomasVotruba
c85ee538ba [prefixed] do not dump autoload 2021-04-22 20:31:02 +02:00
TomasVotruba
8299be5bc3 [prefixed] merge service contracts to single dir 2021-04-21 21:54:11 +02:00
TomasVotruba
65ea97a56d [prefixed] downgrade vendor as one 2021-04-21 21:49:54 +02:00
Tomas Votruba
aee2cb0f07
prefixed - require compatible PHPStan with attribute phpdoc-parser (#6181) 2021-04-20 19:00:46 +00:00
Abdul Malik Ikhsan
201c73da92
[Scoper] Downgrade rector.php as well for PHP 7.0 void (#6177)
* [Scoper] Downgrade rector.php as well for PHP 7.0 void

* run on rector.php in rector-build as well
2021-04-20 15:30:07 +00:00
Abdul Malik Ikhsan
49ca43cf17
[Scoped] Allow PHP 7.0 on rector-prefixed build (#6175) 2021-04-20 15:43:28 +02:00
TomasVotruba
3e3c2dc40d use changelog annotation 2021-04-19 18:15:52 +02:00
Tomas Votruba
1e1c6eebd9
[prefixed] No polyfill on prefixed version (#6139) 2021-04-14 20:23:49 +02:00
TomasVotruba
f5b8b4dfaa skip missing test case on scoping 2021-04-08 12:35:14 +02:00
TomasVotruba
7e9a8f79d1 rector scoped - add branch alias and correct phpstan deps 2021-03-22 10:30:10 +01:00
TomasVotruba
fec3a6fade [prefixed] add PHP 8 Symfony route attribute test 2021-03-21 12:21:07 +01:00
TomasVotruba
b37c3881f7 direct call in dependency 2021-03-18 20:56:21 +01:00
TomasVotruba
221b3e0fc3 debug is not needed anymore 2021-03-18 17:59:41 +01:00
TomasVotruba
15b06fd6b1 [downgrad€] skip cache bridges 2021-03-18 15:51:29 +01:00
TomasVotruba
80ffe48106 [downgrade] remove prefixing cache and session 2021-03-18 15:27:56 +01:00
TomasVotruba
45dabacae4 [downgrade] simplify matrix 2021-03-18 15:19:21 +01:00