Skip to content

Commit b2b2760

Browse files
committed
refactor 2.x
1 parent c3ba7d6 commit b2b2760

2,838 files changed

Lines changed: 39997 additions & 27336 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"require": {
33
"php": ">=7.4",
4-
"rector/rector": "^1.2.10",
5-
"friendsofphp/php-cs-fixer": "^3.38.2",
4+
"rector/rector": ">1.2.10",
5+
"friendsofphp/php-cs-fixer": ">3.38.2",
66
"redaxo/php-cs-fixer-config": "^1.0"
77
},
88
"config": {

composer.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -525,26 +525,26 @@
525525
},
526526
{
527527
"name": "phpstan/phpstan",
528-
"version": "1.12.27",
529-
"version_normalized": "1.12.27.0",
528+
"version": "2.1.17",
529+
"version_normalized": "2.1.17.0",
530530
"source": {
531531
"type": "git",
532532
"url": "https://github.com/phpstan/phpstan.git",
533-
"reference": "3a6e423c076ab39dfedc307e2ac627ef579db162"
533+
"reference": "89b5ef665716fa2a52ecd2633f21007a6a349053"
534534
},
535535
"dist": {
536536
"type": "zip",
537-
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a6e423c076ab39dfedc307e2ac627ef579db162",
538-
"reference": "3a6e423c076ab39dfedc307e2ac627ef579db162",
537+
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/89b5ef665716fa2a52ecd2633f21007a6a349053",
538+
"reference": "89b5ef665716fa2a52ecd2633f21007a6a349053",
539539
"shasum": ""
540540
},
541541
"require": {
542-
"php": "^7.2|^8.0"
542+
"php": "^7.4|^8.0"
543543
},
544544
"conflict": {
545545
"phpstan/phpstan-shim": "*"
546546
},
547-
"time": "2025-05-21T20:51:45+00:00",
547+
"time": "2025-05-21T20:55:28+00:00",
548548
"bin": [
549549
"phpstan",
550550
"phpstan.phar"
@@ -1290,22 +1290,22 @@
12901290
},
12911291
{
12921292
"name": "rector/rector",
1293-
"version": "1.2.10",
1294-
"version_normalized": "1.2.10.0",
1293+
"version": "2.0.18",
1294+
"version_normalized": "2.0.18.0",
12951295
"source": {
12961296
"type": "git",
12971297
"url": "https://github.com/rectorphp/rector.git",
1298-
"reference": "40f9cf38c05296bd32f444121336a521a293fa61"
1298+
"reference": "be3a452085b524a04056e3dfe72d861948711062"
12991299
},
13001300
"dist": {
13011301
"type": "zip",
1302-
"url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61",
1303-
"reference": "40f9cf38c05296bd32f444121336a521a293fa61",
1302+
"url": "https://api.github.com/repos/rectorphp/rector/zipball/be3a452085b524a04056e3dfe72d861948711062",
1303+
"reference": "be3a452085b524a04056e3dfe72d861948711062",
13041304
"shasum": ""
13051305
},
13061306
"require": {
1307-
"php": "^7.2|^8.0",
1308-
"phpstan/phpstan": "^1.12.5"
1307+
"php": "^7.4|^8.0",
1308+
"phpstan/phpstan": "^2.1.17"
13091309
},
13101310
"conflict": {
13111311
"rector/rector-doctrine": "*",
@@ -1316,7 +1316,7 @@
13161316
"suggest": {
13171317
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
13181318
},
1319-
"time": "2024-11-08T13:59:10+00:00",
1319+
"time": "2025-06-11T11:19:37+00:00",
13201320
"bin": [
13211321
"bin/rector"
13221322
],
@@ -1340,7 +1340,7 @@
13401340
],
13411341
"support": {
13421342
"issues": "https://github.com/rectorphp/rector/issues",
1343-
"source": "https://github.com/rectorphp/rector/tree/1.2.10"
1343+
"source": "https://github.com/rectorphp/rector/tree/2.0.18"
13441344
},
13451345
"funding": [
13461346
{

vendor/composer/installed.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => '__root__',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => '1efba25b1b4c497bb52860aeeef4b2c56f306a20',
6+
'reference' => 'c3ba7d6a6be276da4afa5e96f61f66b865aacc43',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'__root__' => array(
1414
'pretty_version' => 'dev-main',
1515
'version' => 'dev-main',
16-
'reference' => '1efba25b1b4c497bb52860aeeef4b2c56f306a20',
16+
'reference' => 'c3ba7d6a6be276da4afa5e96f61f66b865aacc43',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),
@@ -83,9 +83,9 @@
8383
'dev_requirement' => false,
8484
),
8585
'phpstan/phpstan' => array(
86-
'pretty_version' => '1.12.27',
87-
'version' => '1.12.27.0',
88-
'reference' => '3a6e423c076ab39dfedc307e2ac627ef579db162',
86+
'pretty_version' => '2.1.17',
87+
'version' => '2.1.17.0',
88+
'reference' => '89b5ef665716fa2a52ecd2633f21007a6a349053',
8989
'type' => 'library',
9090
'install_path' => __DIR__ . '/../phpstan/phpstan',
9191
'aliases' => array(),
@@ -194,9 +194,9 @@
194194
'dev_requirement' => false,
195195
),
196196
'rector/rector' => array(
197-
'pretty_version' => '1.2.10',
198-
'version' => '1.2.10.0',
199-
'reference' => '40f9cf38c05296bd32f444121336a521a293fa61',
197+
'pretty_version' => '2.0.18',
198+
'version' => '2.0.18.0',
199+
'reference' => 'be3a452085b524a04056e3dfe72d861948711062',
200200
'type' => 'library',
201201
'install_path' => __DIR__ . '/../rector/rector',
202202
'aliases' => array(),

vendor/phpstan/phpstan/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

33
Copyright (c) 2016 Ondřej Mirtes
4+
Copyright (c) 2025 PHPStan s.r.o.
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

vendor/phpstan/phpstan/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ can be checked before you run the actual line.
6060
   
6161
<a href="https://inviqa.com/"><img src="website/src/images/sponsor/inviqa.png" alt="Inviqa" width="254" height="65"></a>
6262
<br>
63-
<a href="https://www.getresponse.com/"><img src="website/src/images/sponsor/getresponse.png" alt="GetResponse" width="283" height="64"></a>
64-
&nbsp;&nbsp;&nbsp;
6563
<a href="https://www.shoptet.cz/"><img src="website/src/images/sponsor/shoptet.png" alt="Shoptet" width="283" height="64"></a>
66-
<br>
64+
&nbsp;&nbsp;&nbsp;
6765
<a href="https://route4me.com/"><img src="website/src/images/sponsor/route4me.png" alt="Route4Me: Route Optimizer and Route Planner Software" width="283" height="64"></a>
66+
<br>
67+
<a href="https://werkenbijbelsimpel.nl/en/about-us/"><img src="website/src/images/sponsor/belsimpel.png" alt="Belsimpel" width="284" height="64"></a>
6868
&nbsp;&nbsp;&nbsp;
6969
<a href="https://jobs.ticketswap.com/"><img src="website/src/images/sponsor/ticketswap.png" alt="TicketSwap" width="269" height="64"></a>
7070

0 commit comments

Comments
 (0)