3232 "type" : " library" ,
3333 "extra" : {
3434 "branch-alias" : {
35- "dev-master" : " 2.7-dev"
35+ "dev-master" : " 2.7-test- dev"
3636 }
3737 },
3838 "installation-source" : " dist" ,
7373 }
7474 ],
7575 "install-path" : " ../filp/whoops"
76+ },
77+ {
78+ "name" : " phar-io/manifest" ,
79+ "version" : " 2.0.3" ,
80+ "version_normalized" : " 2.0.3.0" ,
81+ "source" : {
82+ "type" : " git" ,
83+ "url" : " https://github.com/phar-io/manifest.git" ,
84+ "reference" : " 97803eca37d319dfa7826cc2437fc020857acb53"
85+ },
86+ "dist" : {
87+ "type" : " zip" ,
88+ "url" : " https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53" ,
89+ "reference" : " 97803eca37d319dfa7826cc2437fc020857acb53" ,
90+ "shasum" : " "
91+ },
92+ "require" : {
93+ "ext-dom" : " *" ,
94+ "ext-phar" : " *" ,
95+ "ext-xmlwriter" : " *" ,
96+ "phar-io/version" : " ^3.0.1" ,
97+ "php" : " ^7.2 || ^8.0"
98+ },
99+ "time" : " 2021-07-20T11:28:43+00:00" ,
100+ "type" : " library" ,
101+ "extra" : {
102+ "branch-alias" : {
103+ "dev-master" : " 2.0.x-dev"
104+ }
105+ },
106+ "installation-source" : " dist" ,
107+ "autoload" : {
108+ "classmap" : [
109+ " src/"
110+ ]
111+ },
112+ "notification-url" : " https://packagist.org/downloads/" ,
113+ "license" : [
114+ " BSD-3-Clause"
115+ ],
116+ "authors" : [
117+ {
118+ "name" : " Arne Blankerts" ,
119+ 120+ "role" : " Developer"
121+ },
122+ {
123+ "name" : " Sebastian Heuer" ,
124+ 125+ "role" : " Developer"
126+ },
127+ {
128+ "name" : " Sebastian Bergmann" ,
129+ 130+ "role" : " Developer"
131+ }
132+ ],
133+ "description" : " Component for reading phar.io manifest information from a PHP Archive (PHAR)" ,
134+ "support" : {
135+ "issues" : " https://github.com/phar-io/manifest/issues" ,
136+ "source" : " https://github.com/phar-io/manifest/tree/2.0.3"
137+ },
138+ "install-path" : " ../phar-io/manifest"
139+ },
140+ {
141+ "name" : " phar-io/version" ,
142+ "version" : " 3.2.1" ,
143+ "version_normalized" : " 3.2.1.0" ,
144+ "source" : {
145+ "type" : " git" ,
146+ "url" : " https://github.com/phar-io/version.git" ,
147+ "reference" : " 4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
148+ },
149+ "dist" : {
150+ "type" : " zip" ,
151+ "url" : " https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74" ,
152+ "reference" : " 4f7fd7836c6f332bb2933569e566a0d6c4cbed74" ,
153+ "shasum" : " "
154+ },
155+ "require" : {
156+ "php" : " ^7.2 || ^8.0"
157+ },
158+ "time" : " 2022-02-21T01:04:05+00:00" ,
159+ "type" : " library" ,
160+ "installation-source" : " dist" ,
161+ "autoload" : {
162+ "classmap" : [
163+ " src/"
164+ ]
165+ },
166+ "notification-url" : " https://packagist.org/downloads/" ,
167+ "license" : [
168+ " BSD-3-Clause"
169+ ],
170+ "authors" : [
171+ {
172+ "name" : " Arne Blankerts" ,
173+ 174+ "role" : " Developer"
175+ },
176+ {
177+ "name" : " Sebastian Heuer" ,
178+ 179+ "role" : " Developer"
180+ },
181+ {
182+ "name" : " Sebastian Bergmann" ,
183+ 184+ "role" : " Developer"
185+ }
186+ ],
187+ "description" : " Library for handling version information and constraints" ,
188+ "support" : {
189+ "issues" : " https://github.com/phar-io/version/issues" ,
190+ "source" : " https://github.com/phar-io/version/tree/3.2.1"
191+ },
192+ "install-path" : " ../phar-io/version"
193+ },
194+ {
195+ "name" : " phpstan/phpstan" ,
196+ "version" : " 1.10.8" ,
197+ "version_normalized" : " 1.10.8.0" ,
198+ "source" : {
199+ "type" : " git" ,
200+ "url" : " https://github.com/phpstan/phpstan.git" ,
201+ "reference" : " 0166aef76e066f0dd2adc2799bdadfa1635711e9"
202+ },
203+ "dist" : {
204+ "type" : " zip" ,
205+ "url" : " https://api.github.com/repos/phpstan/phpstan/zipball/0166aef76e066f0dd2adc2799bdadfa1635711e9" ,
206+ "reference" : " 0166aef76e066f0dd2adc2799bdadfa1635711e9" ,
207+ "shasum" : " "
208+ },
209+ "require" : {
210+ "php" : " ^7.2|^8.0"
211+ },
212+ "conflict" : {
213+ "phpstan/phpstan-shim" : " *"
214+ },
215+ "time" : " 2023-03-24T10:28:16+00:00" ,
216+ "bin" : [
217+ " phpstan" ,
218+ " phpstan.phar"
219+ ],
220+ "type" : " library" ,
221+ "installation-source" : " dist" ,
222+ "autoload" : {
223+ "files" : [
224+ " bootstrap.php"
225+ ]
226+ },
227+ "notification-url" : " https://packagist.org/downloads/" ,
228+ "license" : [
229+ " MIT"
230+ ],
231+ "description" : " PHPStan - PHP Static Analysis Tool" ,
232+ "keywords" : [
233+ " dev" ,
234+ " static analysis"
235+ ],
236+ "support" : {
237+ "docs" : " https://phpstan.org/user-guide/getting-started" ,
238+ "forum" : " https://github.com/phpstan/phpstan/discussions" ,
239+ "issues" : " https://github.com/phpstan/phpstan/issues" ,
240+ "security" : " https://github.com/phpstan/phpstan/security/policy" ,
241+ "source" : " https://github.com/phpstan/phpstan-src"
242+ },
243+ "funding" : [
244+ {
245+ "url" : " https://github.com/ondrejmirtes" ,
246+ "type" : " github"
247+ },
248+ {
249+ "url" : " https://github.com/phpstan" ,
250+ "type" : " github"
251+ },
252+ {
253+ "url" : " https://tidelift.com/funding/github/packagist/phpstan/phpstan" ,
254+ "type" : " tidelift"
255+ }
256+ ],
257+ "install-path" : " ../phpstan/phpstan"
76258 }
77259 ]
78260}
0 commit comments