Increase develop-branch to PHP8 #47
3 geänderte Dateien mit 13 neuen und 13 gelöschten Zeilen
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "vendor/conlite",
|
"name": "org.conlite/conlite",
|
||||||
"description": "ConLite vendor libs",
|
"description": "ConLite vendor libs",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
2
composer.lock
generiert
2
composer.lock
generiert
|
@ -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": "c6b6bf25155d9d1ebea60cf6cc6d02a5",
|
"content-hash": "6c8aa3604068c77a7a8588c1cce19806",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "phpmailer/phpmailer",
|
"name": "phpmailer/phpmailer",
|
||||||
|
|
22
conlite/external/composer/installed.php
gevendort
22
conlite/external/composer/installed.php
gevendort
|
@ -1,15 +1,24 @@
|
||||||
<?php return array(
|
<?php return array(
|
||||||
'root' => array(
|
'root' => array(
|
||||||
'name' => 'vendor/conlite',
|
'name' => 'org.conlite/conlite',
|
||||||
'pretty_version' => 'dev-develop',
|
'pretty_version' => 'dev-develop',
|
||||||
'version' => 'dev-develop',
|
'version' => 'dev-develop',
|
||||||
'reference' => '625c6ab405fe1f9d435e0812edd36c25b74c0b69',
|
'reference' => 'bf4c7533428f2ad8d5092b5197f2841ba758de7d',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../../../',
|
'install_path' => __DIR__ . '/../../../',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'dev' => true,
|
'dev' => true,
|
||||||
),
|
),
|
||||||
'versions' => array(
|
'versions' => array(
|
||||||
|
'org.conlite/conlite' => array(
|
||||||
|
'pretty_version' => 'dev-develop',
|
||||||
|
'version' => 'dev-develop',
|
||||||
|
'reference' => 'bf4c7533428f2ad8d5092b5197f2841ba758de7d',
|
||||||
|
'type' => 'library',
|
||||||
|
'install_path' => __DIR__ . '/../../../',
|
||||||
|
'aliases' => array(),
|
||||||
|
'dev_requirement' => false,
|
||||||
|
),
|
||||||
'phpmailer/phpmailer' => array(
|
'phpmailer/phpmailer' => array(
|
||||||
'pretty_version' => 'v6.8.0',
|
'pretty_version' => 'v6.8.0',
|
||||||
'version' => '6.8.0.0',
|
'version' => '6.8.0.0',
|
||||||
|
@ -19,14 +28,5 @@
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'vendor/conlite' => array(
|
|
||||||
'pretty_version' => 'dev-develop',
|
|
||||||
'version' => 'dev-develop',
|
|
||||||
'reference' => '625c6ab405fe1f9d435e0812edd36c25b74c0b69',
|
|
||||||
'type' => 'library',
|
|
||||||
'install_path' => __DIR__ . '/../../../',
|
|
||||||
'aliases' => array(),
|
|
||||||
'dev_requirement' => false,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Laden …
In neuem Issue referenzieren