Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
M2 content provisioning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TechDivision Public
M2 content provisioning
Merge requests
!43
added PHP8.2 to list of allowed versions in composer.json
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
added PHP8.2 to list of allowed versions in composer.json
php8.2-composer
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
added PHP8.2 to list of allowed versions in composer.json
Markus Berwanger
requested to merge
php8.2-composer
into
develop
Mar 23, 2023
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
64f606a0
1 commit,
Mar 23, 2023
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
composer.json
+
1
−
1
View file @ 64f606a0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
"name"
:
"firegento/magento2-content-provisioning"
,
"name"
:
"firegento/magento2-content-provisioning"
,
"description"
:
"N/A"
,
"description"
:
"N/A"
,
"require"
:
{
"require"
:
{
"php"
:
"~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0"
,
"php"
:
"~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0
|~8.2.0
"
,
"ext-dom"
:
"*"
,
"ext-dom"
:
"*"
,
"
magento/framework
"
:
"
100.1.*|101.0.*|102.0.*|103.0.*
"
,
"
magento/framework
"
:
"
100.1.*|101.0.*|102.0.*|103.0.*
"
,
"
magento/module-cms
"
:
"
101.0.*|102.0.*|103.0.*|104.0.*
"
,
"
magento/module-cms
"
:
"
101.0.*|102.0.*|103.0.*|104.0.*
"
,
Loading