Se documenta como ejecutar las pruebas automatizadas
[isfdt166-ansi-edi2-2024-server.git] / composer.lock
blob0d8e06593197c1ce600b8bdc7749ed3e824999a0
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "fdcf36a5b92341aaeb949ff80bd0a06b",
8     "packages": [],
9     "packages-dev": [
10         {
11             "name": "laravel/pint",
12             "version": "v1.18.1",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/laravel/pint.git",
16                 "reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/laravel/pint/zipball/35c00c05ec43e6b46d295efc0f4386ceb30d50d9",
21                 "reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9",
22                 "shasum": ""
23             },
24             "require": {
25                 "ext-json": "*",
26                 "ext-mbstring": "*",
27                 "ext-tokenizer": "*",
28                 "ext-xml": "*",
29                 "php": "^8.1.0"
30             },
31             "require-dev": {
32                 "friendsofphp/php-cs-fixer": "^3.64.0",
33                 "illuminate/view": "^10.48.20",
34                 "larastan/larastan": "^2.9.8",
35                 "laravel-zero/framework": "^10.4.0",
36                 "mockery/mockery": "^1.6.12",
37                 "nunomaduro/termwind": "^1.15.1",
38                 "pestphp/pest": "^2.35.1"
39             },
40             "bin": [
41                 "builds/pint"
42             ],
43             "type": "project",
44             "autoload": {
45                 "psr-4": {
46                     "App\\": "app/",
47                     "Database\\Seeders\\": "database/seeders/",
48                     "Database\\Factories\\": "database/factories/"
49                 }
50             },
51             "notification-url": "https://packagist.org/downloads/",
52             "license": [
53                 "MIT"
54             ],
55             "authors": [
56                 {
57                     "name": "Nuno Maduro",
58                     "email": "enunomaduro@gmail.com"
59                 }
60             ],
61             "description": "An opinionated code formatter for PHP.",
62             "homepage": "https://laravel.com",
63             "keywords": [
64                 "format",
65                 "formatter",
66                 "lint",
67                 "linter",
68                 "php"
69             ],
70             "support": {
71                 "issues": "https://github.com/laravel/pint/issues",
72                 "source": "https://github.com/laravel/pint"
73             },
74             "time": "2024-09-24T17:22:50+00:00"
75         }
76     ],
77     "aliases": [],
78     "minimum-stability": "stable",
79     "stability-flags": [],
80     "prefer-stable": false,
81     "prefer-lowest": false,
82     "platform": [],
83     "platform-dev": [],
84     "plugin-api-version": "2.6.0"