| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "d949da71b44112749c696a3d81e23565",
- "packages": [
- {
- "name": "michel/michel-package-starter",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://git.depohub.org/michel/michel-package-starter",
- "reference": "e2d8af0e3dd15b8c040fde42b5c4ab407e3aa2cd"
- },
- "require": {
- "php": ">=7.4",
- "psr/container": "^1.0|^2.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Michel\\Package\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "F. Michel"
- }
- ],
- "description": "The core interface required for creating and integrating packages into the Michel framework.",
- "time": "2025-12-15T10:50:52+00:00"
- },
- {
- "name": "psr/container",
- "version": "2.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/container.git",
- "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
- "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
- "shasum": ""
- },
- "require": {
- "php": ">=7.4.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Container\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common Container Interface (PHP FIG PSR-11)",
- "homepage": "https://github.com/php-fig/container",
- "keywords": [
- "PSR-11",
- "container",
- "container-interface",
- "container-interop",
- "psr"
- ],
- "support": {
- "issues": "https://github.com/php-fig/container/issues",
- "source": "https://github.com/php-fig/container/tree/2.0.2"
- },
- "time": "2021-11-05T16:47:00+00:00"
- }
- ],
- "packages-dev": [
- {
- "name": "michel/unitester",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://git.depohub.org/michel/unitester",
- "reference": "2877e96750aad48983ef65ad7592e1ee9cff5d56"
- },
- "require": {
- "ext-mbstring": "*",
- "php": ">=7.4",
- "psr/container": "^2.0"
- },
- "bin": [
- "bin/unitester"
- ],
- "type": "library",
- "autoload": {
- "files": [
- "src/assert.php"
- ],
- "psr-4": {
- "Michel\\UniTester\\": "src",
- "Test\\Michel\\UniTester\\": "tests"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "F. Michel"
- }
- ],
- "description": "PHP UniTester is a unit testing library for PHP that provides a straightforward interface for writing and executing tests. It focuses on a minimalist approach, allowing developers to create assertions and organize tests at the lowest level of PHP, without reliance on complex external libraries.",
- "time": "2025-12-14T15:53:05+00:00"
- }
- ],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": {},
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=7.4"
- },
- "platform-dev": {},
- "plugin-api-version": "2.6.0"
- }
|