1
0
Fork 0

composer: require pnx/laravel-ignite

This commit is contained in:
Henrik Hautakoski 2021-11-14 15:36:08 +01:00
parent a1e262602f
commit 43c22ded66
2 changed files with 57 additions and 2 deletions

52
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6252463cf5fd4e38704fc7c23c2cf7cb",
"content-hash": "698201d881ac8e6d8821208ad918f5f6",
"packages": [
{
"name": "asm89/stack-cors",
@ -2473,6 +2473,52 @@
],
"time": "2021-08-28T21:27:29+00:00"
},
{
"name": "pnx/laravel-ignite",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/pnx/laravel-ignite.git",
"reference": "5d3da73f8e5d73e70c383f7a9d66dfee1774f726"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pnx/laravel-ignite/zipball/5d3da73f8e5d73e70c383f7a9d66dfee1774f726",
"reference": "5d3da73f8e5d73e70c383f7a9d66dfee1774f726",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"default-branch": true,
"type": "library",
"extra": {
"laravel": {
"providers": [
"Ignite\\FormServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Ignite\\": "src"
}
},
"authors": [
{
"name": "Henrik Hautakoski",
"email": "henrik.hautakoski@gmail.com"
}
],
"support": {
"source": "https://github.com/pnx/laravel-ignite/tree/master",
"issues": "https://github.com/pnx/laravel-ignite/issues"
},
"time": "2021-11-14T14:23:03+00:00"
},
{
"name": "psr/container",
"version": "1.1.1",
@ -8511,7 +8557,9 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"stability-flags": {
"pnx/laravel-ignite": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {