Newer
Older
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.25"
},
"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"
}
],
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
},
{
"name": "tdebatty/laravel-resource-generator",
"version": "6.2.0",
"source": {
"type": "git",
"url": "https://github.com/tdebatty/laravel-resource-generator.git",
"reference": "b4010d46b0acccf6b91c31e6ff7946c86d3df5e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tdebatty/laravel-resource-generator/zipball/b4010d46b0acccf6b91c31e6ff7946c86d3df5e6",
"reference": "b4010d46b0acccf6b91c31e6ff7946c86d3df5e6",
"shasum": ""
},
"require": {
"composer/composer": "^1.6",
"illuminate/console": "^6.1 || ^7.0",
"illuminate/filesystem": "^6.1 || ^7.0",
"illuminate/support": "^6.1 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.2",
"squizlabs/php_codesniffer": "^3.3"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"tdebatty\\LaravelResourceGenerator\\ResourceGeneratorServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"tdebatty\\LaravelResourceGenerator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Thibault Debatty",
"email": "thibault.debatty@gmail.com"
}
],
"description": "Source code generator for laravel resources",
"support": {
"issues": "https://github.com/tdebatty/laravel-resource-generator/issues",
"source": "https://github.com/tdebatty/laravel-resource-generator/tree/6.2.0"
},
"time": "2021-02-20T08:56:46+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {