Skip to content

Commit fdd1c43

Browse files
author
Andrew Dolgov
committed
downgrade phpstan to 1.1.2
1 parent 96f704d commit fdd1c43

File tree

10 files changed

+60
-94
lines changed

10 files changed

+60
-94
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "j4mie/idiorm",
55
"type": "vcs",
6-
"url": "https://github.com/aaronpk/idiorm"
6+
"url": "https://dev.tt-rss.org/fox/idiorm.git"
77
}
88
],
99
"require": {
@@ -13,7 +13,7 @@
1313
"j4mie/idiorm": "dev-master"
1414
},
1515
"require-dev": {
16-
"phpstan/phpstan": "^1.",
16+
"phpstan/phpstan": "1.1.2",
1717
"phpunit/phpunit": "9.5.16"
1818
}
1919
}

composer.lock

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

vendor/composer/autoload_real.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ public static function getLoader()
2222
return self::$loader;
2323
}
2424

25-
require __DIR__ . '/platform_check.php';
26-
2725
spl_autoload_register(array('ComposerAutoloaderInit19fc2ff1c0f9a92279c7979386bb2056', 'loadClassLoader'), true, true);
2826
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
2927
spl_autoload_unregister(array('ComposerAutoloaderInit19fc2ff1c0f9a92279c7979386bb2056', 'loadClassLoader'));

vendor/composer/installed.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -297,15 +297,9 @@
297297
"version_normalized": "dev-master",
298298
"source": {
299299
"type": "git",
300-
"url": "https://github.com/aaronpk/idiorm.git",
300+
"url": "https://dev.tt-rss.org/fox/idiorm.git",
301301
"reference": "efc8ea06698f53e2c479c7696f2b154c47c3a3cb"
302302
},
303-
"dist": {
304-
"type": "zip",
305-
"url": "https://api.github.com/repos/aaronpk/idiorm/zipball/efc8ea06698f53e2c479c7696f2b154c47c3a3cb",
306-
"reference": "efc8ea06698f53e2c479c7696f2b154c47c3a3cb",
307-
"shasum": ""
308-
},
309303
"require": {
310304
"php": ">=5.2.0"
311305
},
@@ -316,7 +310,7 @@
316310
"time": "2022-03-26T15:19:01+00:00",
317311
"default-branch": true,
318312
"type": "library",
319-
"installation-source": "dist",
313+
"installation-source": "source",
320314
"autoload": {
321315
"classmap": [
322316
"idiorm.php"
@@ -960,31 +954,36 @@
960954
},
961955
{
962956
"name": "phpstan/phpstan",
963-
"version": "1.8.1",
964-
"version_normalized": "1.8.1.0",
957+
"version": "1.1.2",
958+
"version_normalized": "1.1.2.0",
965959
"source": {
966960
"type": "git",
967961
"url": "https://github.com/phpstan/phpstan.git",
968-
"reference": "8dbba631fa32f4b289404469c2afd6122fd61d67"
962+
"reference": "bcea0ae85868a89d5789c75f012c93129f842934"
969963
},
970964
"dist": {
971965
"type": "zip",
972-
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/8dbba631fa32f4b289404469c2afd6122fd61d67",
973-
"reference": "8dbba631fa32f4b289404469c2afd6122fd61d67",
966+
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/bcea0ae85868a89d5789c75f012c93129f842934",
967+
"reference": "bcea0ae85868a89d5789c75f012c93129f842934",
974968
"shasum": ""
975969
},
976970
"require": {
977-
"php": "^7.2|^8.0"
971+
"php": "^7.1|^8.0"
978972
},
979973
"conflict": {
980974
"phpstan/phpstan-shim": "*"
981975
},
982-
"time": "2022-07-12T16:08:06+00:00",
976+
"time": "2021-11-09T12:41:09+00:00",
983977
"bin": [
984978
"phpstan",
985979
"phpstan.phar"
986980
],
987981
"type": "library",
982+
"extra": {
983+
"branch-alias": {
984+
"dev-master": "1.0-dev"
985+
}
986+
},
988987
"installation-source": "dist",
989988
"autoload": {
990989
"files": [
@@ -998,7 +997,7 @@
998997
"description": "PHPStan - PHP Static Analysis Tool",
999998
"support": {
1000999
"issues": "https://github.com/phpstan/phpstan/issues",
1001-
"source": "https://github.com/phpstan/phpstan/tree/1.8.1"
1000+
"source": "https://github.com/phpstan/phpstan/tree/1.1.2"
10021001
},
10031002
"funding": [
10041003
{

vendor/composer/installed.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'type' => 'library',
66
'install_path' => __DIR__ . '/../../',
77
'aliases' => array(),
8-
'reference' => '4b6161892000cb2b8392dce92a9cf2cabdf2d20e',
8+
'reference' => '96f704d157fcf20da130f37a31fbffd62a8a9892',
99
'name' => '__root__',
1010
'dev' => true,
1111
),
@@ -16,7 +16,7 @@
1616
'type' => 'library',
1717
'install_path' => __DIR__ . '/../../',
1818
'aliases' => array(),
19-
'reference' => '4b6161892000cb2b8392dce92a9cf2cabdf2d20e',
19+
'reference' => '96f704d157fcf20da130f37a31fbffd62a8a9892',
2020
'dev_requirement' => false,
2121
),
2222
'beberlei/assert' => array(
@@ -157,12 +157,12 @@
157157
'dev_requirement' => true,
158158
),
159159
'phpstan/phpstan' => array(
160-
'pretty_version' => '1.8.1',
161-
'version' => '1.8.1.0',
160+
'pretty_version' => '1.1.2',
161+
'version' => '1.1.2.0',
162162
'type' => 'library',
163163
'install_path' => __DIR__ . '/../phpstan/phpstan',
164164
'aliases' => array(),
165-
'reference' => '8dbba631fa32f4b289404469c2afd6122fd61d67',
165+
'reference' => 'bcea0ae85868a89d5789c75f012c93129f842934',
166166
'dev_requirement' => true,
167167
),
168168
'phpunit/php-code-coverage' => array(

vendor/composer/platform_check.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

vendor/phpstan/phpstan/README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://github.com/phpstan/phpstan/actions"><img src="https://github.com/phpstan/phpstan/workflows/Tests/badge.svg" alt="Build Status"></a>
8+
<a href="https://github.com/phpstan/phpstan/actions"><img src="https://github.com/phpstan/phpstan/workflows/Build/badge.svg" alt="Build Status"></a>
99
<a href="https://packagist.org/packages/phpstan/phpstan"><img src="https://poser.pugx.org/phpstan/phpstan/v/stable" alt="Latest Stable Version"></a>
1010
<a href="https://packagist.org/packages/phpstan/phpstan/stats"><img src="https://poser.pugx.org/phpstan/phpstan/downloads" alt="Total Downloads"></a>
1111
<a href="https://choosealicense.com/licenses/mit/"><img src="https://poser.pugx.org/phpstan/phpstan/license" alt="License"></a>
@@ -26,23 +26,23 @@ can be checked before you run the actual line.
2626

2727
<a href="https://coders.thecodingmachine.com/phpstan"><img src="https://i.imgur.com/kQhNOTP.png" alt="TheCodingMachine" width="247" height="64"></a>
2828
&nbsp;&nbsp;&nbsp;
29-
<a href="https://packagist.com/?utm_source=phpstan&utm_medium=readme&utm_campaign=sponsorlogo"><img src="https://i.imgur.com/B2T63Do.png" alt="Private Packagist" width="283" height="64"></a>
29+
<a href="https://packagist.com/?utm_source=phpstan&utm_medium=readme&utm_campaign=sponsorlogo"><img src="https://i.imgur.com/PmMC45f.png" alt="Private Packagist" width="326" height="64"></a>
3030
<br>
3131
<a href="https://careers.tuigroup.com/jobs/"><img src="https://i.imgur.com/uw5rAlR.png" alt="Musement" width="247" height="49"></a>
3232
&nbsp;&nbsp;&nbsp;
3333
<a href="https://blackfire.io/docs/introduction?utm_source=phpstan&utm_medium=github_readme&utm_campaign=logo"><img src="https://i.imgur.com/zR8rsqk.png" alt="Blackfire.io" width="254" height="64"></a>
3434
<br>
35-
<a href="https://www.iodigital.com/"><img src="https://i.imgur.com/fJlw1n9.png" alt="iO" width="254" height="65"></a>
35+
<a href="https://www.intracto.com/"><img src="https://i.imgur.com/XRCDGZi.png" alt="Intracto" width="254" height="65"></a>
3636
&nbsp;&nbsp;&nbsp;
3737
<a href="https://jobs.ticketswap.com/"><img src="https://i.imgur.com/lhzcutK.png" alt="TicketSwap" width="269" height="64"></a>
3838
<br>
3939
<a href="https://www.startupjobs.cz/startup/shipmonk"><img src="https://i.imgur.com/bAC47za.jpg" alt="ShipMonk" width="290" height="64"></a>
4040
&nbsp;&nbsp;&nbsp;
4141
<a href="https://togetter.com/"><img src="https://i.imgur.com/x9n5cj3.png" alt="Togetter" width="283" height="64"></a>
4242
<br>
43-
<a href="https://join.rightcapital.com/?utm_source=phpstan&utm_medium=github&utm_campaign=sponsorship"><img src="https://i.imgur.com/1AhB5tW.png" alt="RightCapital" width="283" height="64"></a>
43+
<a href="https://join.rightcapital.com/?utm_source=phpstan&utm_medium=github&utm_campaign=sponsorship"><img src="https://i.imgur.com/EuIgI08.png" alt="RightCapital" width="283" height="64"></a>
4444
&nbsp;&nbsp;&nbsp;
45-
<a href="https://www.contentkingapp.com/?ref=php-developer&utm_source=phpstan&utm_medium=referral&utm_campaign=sponsorship"><img src="https://i.imgur.com/HHhbPGN.png" alt="ContentKing" width="283" height="64"></a>
45+
<a href="https://www.contentkingapp.com/?ref=php-developer&utm_source=phpstan&utm_medium=referral&utm_campaign=sponsorship"><img src="https://i.imgur.com/0blm7ki.png" alt="ContentKing" width="283" height="64"></a>
4646
<br>
4747
<a href="https://zol.fr?utm_source=phpstan"><img src="https://i.imgur.com/dzDgd4s.png" alt="ZOL" width="283" height="64"></a>
4848
&nbsp;&nbsp;&nbsp;
@@ -53,14 +53,6 @@ can be checked before you run the actual line.
5353
<a href="https://craftcms.com/"><img src="https://i.imgur.com/xJWThke.png" alt="Craft CMS" width="283" height="64"></a>
5454
<br>
5555
<a href="https://www.worksome.com/"><img src="https://i.imgur.com/TQKSwOl.png" alt="Worksome" width="283" height="64"></a>
56-
&nbsp;&nbsp;&nbsp;
57-
<a href="https://www.campoint.net/"><img src="https://i.imgur.com/fR6eMUm.png" alt="campoint AG" width="283" height="64"></a>
58-
<br>
59-
<a href="https://www.crisp.nl/"><img src="https://i.imgur.com/jRJyPve.png" alt="Crisp.nl" width="283" height="64"></a>
60-
&nbsp;&nbsp;&nbsp;
61-
<a href="https://inviqa.com/"><img src="https://i.imgur.com/G99rj45.png" alt="Inviqa" width="254" height="65"></a>
62-
<br>
63-
<a href="https://www.psyonix.com/"><img src="https://i.imgur.com/p8svxQZ.png" alt="Psyonix" width="254" height="65"></a>
6456

6557
[**You can now sponsor my open-source work on PHPStan through GitHub Sponsors.**](https://github.com/sponsors/ondrejmirtes)
6658

@@ -77,7 +69,6 @@ All the documentation lives on the [phpstan.org website](https://phpstan.org/):
7769
* [PHPDocs Basics](https://phpstan.org/writing-php-code/phpdocs-basics)[PHPDoc Types](https://phpstan.org/writing-php-code/phpdoc-types)
7870
* [Extension Library](https://phpstan.org/user-guide/extension-library)
7971
* [Developing Extensions](https://phpstan.org/developing-extensions/extension-types)
80-
* [API Reference](https://apiref.phpstan.org/)
8172

8273
## PHPStan Pro
8374

vendor/phpstan/phpstan/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PHPStan - PHP Static Analysis Tool",
44
"license": ["MIT"],
55
"require": {
6-
"php": "^7.2|^8.0"
6+
"php": "^7.1|^8.0"
77
},
88
"conflict": {
99
"phpstan/phpstan-shim": "*"
@@ -12,6 +12,11 @@
1212
"phpstan",
1313
"phpstan.phar"
1414
],
15+
"extra": {
16+
"branch-alias": {
17+
"dev-master": "1.0-dev"
18+
}
19+
},
1520
"autoload": {
1621
"files": ["bootstrap.php"]
1722
}
-1.88 MB
Binary file not shown.
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
-----BEGIN PGP SIGNATURE-----
22

3-
iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmLNnFgACgkQzxoQjQ56
4-
5yBvLA//Y9vKwT9O1c1dWc/vEs2qCRedQLuFYJTJKbwTvqNJwJN5GT1umpsi7KCN
5-
MCoDzfutVkITEVZAYmlEUKowi0U+STYSs52guw6VoepC0eTW+b8VLOREo1UpAASb
6-
VrCvEsRf6xrfslKqWnbl1RNNhBHpn7+UMloZcawEy7Jpp5G7JIGRhmBGQOVkvymA
7-
0+UDw/UiWr+rZFbO5h3JlwFkwRjgzcCVZeNeyrd2oIFKgp8DmN9Kwq6tulGD3V1j
8-
oJJh/8liFQrj3DFUz6yIczZcuTtbGcWmIhTQxtlJJczZyGXlK8aXIqac3/YbBIqo
9-
4tvCgpLJjGQ8WouVUURGy/AXiUJulnBpDGUAmbdWrwDE3oxx2IPJ+OrmtZVcK2Q1
10-
30+jLvdb5NasGTRV84aB7lLKrifde6qFWaXh+s1b/A8znnjHdFMTvYn2F6/xFWdO
11-
u0GU5wIcLrWMvmQNA7mRPiV8e7KtOoCggCm923TDJ9Ov56ZL5N+iPCW+7TZWOuM9
12-
L2JLhN26WCZzVn/ODuxpIKzz07UGCTcaKzNFYL/V/+Oly7JEub6nNI90SNHRcOt4
13-
Iq+EoO8/jW2WZsnBHqP8o88ii9I+DEOYt60csVGVp4sZ3RDgSwXiC5eV0rDvz/0F
14-
32oPtYAe5cRIwVriKhGlLM74eozaLmENgtMLePkclpNarFtdwFg=
15-
=AySM
3+
iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmGKbGQACgkQzxoQjQ56
4+
5yAy7BAAgT9+V81RuOMz6F16uqm4gXH1ebioWokEvVb6ZR2fk7p3/m14STmmRkwe
5+
MIkxzWKtx/wSC6VafqAtkBPNxpo2j5QU0pmfMAvkPHh79d2lWmUaJmF71I/DCNnh
6+
pcZNJLe5x+YTDKU6NnwMlyZEvdaWmyJ2MCf2apBZIJ7axefEJRVVin2pshhXwbtN
7+
dHhrT9yFYe/vqOkOLtGDWw+yT1I6he7IpoYZUTyO9b7eadC0ga6Bet7jibNL8JBE
8+
cGcB2MFg9bvif0PgIOio0jQXAWjf0ZBXPvoOwTRCqq/UOPTL8SRtiflAFiFOAzk/
9+
FRQVC0+26NsGx7R8kS5FZNOHYTIElY1ElyzFk8HWgqrYIvzDNLtkJ68178rDJ29f
10+
GyAax4P+gN13biyXQycQHhXDfHN1UytopldiRkitXVFGq92sz6BFgQDLF9yxQOm1
11+
iL5oxWSVf6rM8AOc3DV9Aa1kCpG6FrZPJ66NBgJLzTpKARzt7CM+M8VQNA/KnHB3
12+
8Mt0WmAeRORSnBWQksOlnA4VUkxWDGkZGVBWMRist7gghfG7n7HxTAUAk1oo7j2b
13+
/gTwbeOjv/330uZG31e+hCcaj/EcocHvglegWCPMmIhpXqn25TC+87QkGt2wb6z6
14+
dpzTdy3Pimr5BK2YrN1+Le33CYeHKlc+6XL34BEVebAQ/A9OB/M=
15+
=k3NZ
1616
-----END PGP SIGNATURE-----

0 commit comments

Comments
 (0)