Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 12d3c1b6
authored
Feb 27, 2021
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for PHP 8
1 parent
6ea4d090
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
composer.json
composer.lock
composer.json
View file @
12d3c1b
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
],
],
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"require"
:
{
"require"
:
{
"php"
:
"^7.3.0"
,
"php"
:
"^7.3
|^8
.0"
,
"ext-exif"
:
"*"
,
"ext-exif"
:
"*"
,
"ext-gd"
:
"*"
,
"ext-gd"
:
"*"
,
"facade/ignition"
:
"^2.3.6"
,
"facade/ignition"
:
"^2.3.6"
,
...
...
composer.lock
View file @
12d3c1b
...
@@ -4,7 +4,7 @@
...
@@ -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": "
21018e859a7515eced00ae38c8b8099b
",
"content-hash": "
652b677c41a19af3e9503e29975e18ba
",
"packages": [
"packages": [
{
{
"name": "asm89/stack-cors",
"name": "asm89/stack-cors",
...
@@ -7721,7 +7721,7 @@
...
@@ -7721,7 +7721,7 @@
"prefer-stable": true,
"prefer-stable": true,
"prefer-lowest": false,
"prefer-lowest": false,
"platform": {
"platform": {
"php": "^7.3.0",
"php": "^7.3
|^8
.0",
"ext-exif": "*",
"ext-exif": "*",
"ext-gd": "*"
"ext-gd": "*"
},
},
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment