Upgraded morris/lessql

This commit is contained in:
Bernd Bestel 2021-07-04 20:06:49 +02:00
parent 76037d1f4e
commit 54d4c90ec4
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 12 additions and 13 deletions

View File

@ -6,7 +6,7 @@
"slim/http": "^1.0", "slim/http": "^1.0",
"php-di/php-di": "^6.0", "php-di/php-di": "^6.0",
"rubellum/slim-blade-view": "^0.1.1", "rubellum/slim-blade-view": "^0.1.1",
"morris/lessql": "^0.4.1", "morris/lessql": "^1.0",
"gettext/gettext": "^4.8", "gettext/gettext": "^4.8",
"eluceo/ical": "^2.2.0", "eluceo/ical": "^2.2.0",
"erusev/parsedown": "^1.7", "erusev/parsedown": "^1.7",

23
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "752e3bce7717a95d922fbeaae8ece908", "content-hash": "35840e48e78e30b63f589addfdb50f92",
"packages": [ "packages": [
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@ -1249,30 +1249,29 @@
}, },
{ {
"name": "morris/lessql", "name": "morris/lessql",
"version": "v0.4.1", "version": "1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/morris/lessql.git", "url": "https://github.com/morris/lessql.git",
"reference": "f4150517f6492a761ed1ccb8dd180769e1f89e54" "reference": "86eff1d9faef067bd6682f5d291ee08a4b61e7b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/morris/lessql/zipball/f4150517f6492a761ed1ccb8dd180769e1f89e54", "url": "https://api.github.com/repos/morris/lessql/zipball/86eff1d9faef067bd6682f5d291ee08a4b61e7b8",
"reference": "f4150517f6492a761ed1ccb8dd180769e1f89e54", "reference": "86eff1d9faef067bd6682f5d291ee08a4b61e7b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.4" "php": ">=5.3.4"
}, },
"require-dev": { "require-dev": {
"codeclimate/php-test-reporter": "dev-master", "friendsofphp/php-cs-fixer": "^2.16",
"friendsofphp/php-cs-fixer": "v2.2.20",
"phpunit/phpunit": "~4.6|~5|~6|~7" "phpunit/phpunit": "~4.6|~5|~6|~7"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"": "src" "LessQL\\": "src/LessQL"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1285,7 +1284,7 @@
"homepage": "https://morrisbrodersen.de" "homepage": "https://morrisbrodersen.de"
} }
], ],
"description": "LessQL: The agile PHP ORM alternative", "description": "LessQL: A lightweight and performant PHP ORM alternative",
"homepage": "https://github.com/morris/lessql", "homepage": "https://github.com/morris/lessql",
"keywords": [ "keywords": [
"database", "database",
@ -1296,9 +1295,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/morris/lessql/issues", "issues": "https://github.com/morris/lessql/issues",
"source": "https://github.com/morris/lessql/tree/master" "source": "https://github.com/morris/lessql/tree/1.0.0"
}, },
"time": "2019-05-03T23:46:26+00:00" "time": "2020-05-09T16:42:12+00:00"
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",