Compare commits
13 Commits
dfa745e800
...
d38d80c964
Author | SHA1 | Date | |
---|---|---|---|
d38d80c964 | |||
9d3fd80653 | |||
a25062ce4d | |||
dbaa9e760f | |||
7eb97db801 | |||
a6673db843 | |||
191c373deb | |||
f5a9ddf041 | |||
57a24f8c90 | |||
f5950658df | |||
cd17f44de0 | |||
a11a879a4f | |||
0048fb9b1d |
@ -10,7 +10,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"esoko/soko-web": "dev-feature/lazy-create-mysql-connection",
|
||||
"esoko/soko-web": "0.14",
|
||||
"fzaninotto/faker": "^1.9"
|
||||
},
|
||||
"require-dev": {
|
||||
|
12
composer.lock
generated
12
composer.lock
generated
@ -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": "2948c5d472df0ba9b55600cb8d26a2e9",
|
||||
"content-hash": "00d7fdf2ffefd95b3379f5eb8305c288",
|
||||
"packages": [
|
||||
{
|
||||
"name": "cocur/slugify",
|
||||
@ -82,11 +82,11 @@
|
||||
},
|
||||
{
|
||||
"name": "esoko/soko-web",
|
||||
"version": "dev-feature/lazy-create-mysql-connection",
|
||||
"version": "v0.14",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.esoko.eu/esoko/soko-web.git",
|
||||
"reference": "bccee89c131b6b1c65273b0e54f397f977a8750a"
|
||||
"reference": "ebe1fa2aa625c9035611bd995539e9d0f87d1e08"
|
||||
},
|
||||
"require": {
|
||||
"cocur/slugify": "^4.3",
|
||||
@ -108,7 +108,7 @@
|
||||
"GNU GPL 3.0"
|
||||
],
|
||||
"description": "Lightweight web framework",
|
||||
"time": "2023-09-16T11:12:46+00:00"
|
||||
"time": "2023-09-16T21:56:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fzaninotto/faker",
|
||||
@ -3140,9 +3140,7 @@
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": {
|
||||
"esoko/soko-web": 20
|
||||
},
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
|
Loading…
Reference in New Issue
Block a user