Source code of filesite.io.
https://filesite.io
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.3 KiB
70 lines
2.3 KiB
{ |
|
"packages": [ |
|
{ |
|
"name": "symfony/finder", |
|
"version": "v6.0.11", |
|
"version_normalized": "6.0.11.0", |
|
"source": { |
|
"type": "git", |
|
"url": "https://github.com/symfony/finder.git", |
|
"reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1" |
|
}, |
|
"dist": { |
|
"type": "zip", |
|
"url": "https://api.github.com/repos/symfony/finder/zipball/09cb683ba5720385ea6966e5e06be2a34f2568b1", |
|
"reference": "09cb683ba5720385ea6966e5e06be2a34f2568b1", |
|
"shasum": "" |
|
}, |
|
"require": { |
|
"php": ">=8.0.2" |
|
}, |
|
"time": "2022-07-29T07:39:48+00:00", |
|
"type": "library", |
|
"installation-source": "dist", |
|
"autoload": { |
|
"psr-4": { |
|
"Symfony\\Component\\Finder\\": "" |
|
}, |
|
"exclude-from-classmap": [ |
|
"/Tests/" |
|
] |
|
}, |
|
"notification-url": "https://packagist.org/downloads/", |
|
"license": [ |
|
"MIT" |
|
], |
|
"authors": [ |
|
{ |
|
"name": "Fabien Potencier", |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"name": "Symfony Community", |
|
"homepage": "https://symfony.com/contributors" |
|
} |
|
], |
|
"description": "Finds files and directories via an intuitive fluent interface", |
|
"homepage": "https://symfony.com", |
|
"support": { |
|
"source": "https://github.com/symfony/finder/tree/v6.0.11" |
|
}, |
|
"funding": [ |
|
{ |
|
"url": "https://symfony.com/sponsor", |
|
"type": "custom" |
|
}, |
|
{ |
|
"url": "https://github.com/fabpot", |
|
"type": "github" |
|
}, |
|
{ |
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
"type": "tidelift" |
|
} |
|
], |
|
"install-path": "../symfony/finder" |
|
} |
|
], |
|
"dev": true, |
|
"dev-package-names": [] |
|
}
|
|
|