Skip to content
Snippets Groups Projects
Commit a4d63207 authored by Ted Bowman's avatar Ted Bowman
Browse files

change php platform to 7.4

parent ba38ee11
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
"preferred-install": "dist", "preferred-install": "dist",
"autoloader-suffix": "Drupal9", "autoloader-suffix": "Drupal9",
"platform": { "platform": {
"php": "7.3.0" "php": "7.4.0"
}, },
"allow-plugins": { "allow-plugins": {
"composer/installers": true, "composer/installers": true,
......
...@@ -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": "6f8481089a276158cc60251e72573bb2", "content-hash": "84ef80b16cee85d9f40f04c838cb4293",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
...@@ -3637,23 +3637,21 @@ ...@@ -3637,23 +3637,21 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v6.1.3", "version": "v4.4.44",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709" "reference": "66bd787edb5e42ff59d3523f623895af05043e4f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709", "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f",
"reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709", "reference": "66bd787edb5e42ff59d3523f623895af05043e4f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1" "php": ">=7.1.3",
}, "symfony/polyfill-php80": "^1.16"
"require-dev": {
"symfony/filesystem": "^6.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -3681,7 +3679,7 @@ ...@@ -3681,7 +3679,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v6.1.3" "source": "https://github.com/symfony/finder/tree/v4.4.44"
}, },
"funding": [ "funding": [
{ {
...@@ -3697,7 +3695,7 @@ ...@@ -3697,7 +3695,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-07-29T07:42:06+00:00" "time": "2022-07-29T07:35:46+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
...@@ -8399,7 +8397,7 @@ ...@@ -8399,7 +8397,7 @@
}, },
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.3.0" "php": "7.4.0"
}, },
"plugin-api-version": "2.3.0" "plugin-api-version": "2.3.0"
} }
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
"symfony/event-dispatcher": "~v4.4.44", "symfony/event-dispatcher": "~v4.4.44",
"symfony/event-dispatcher-contracts": "~v1.1.13", "symfony/event-dispatcher-contracts": "~v1.1.13",
"symfony/filesystem": "~v4.4.42", "symfony/filesystem": "~v4.4.42",
"symfony/finder": "~v6.1.3", "symfony/finder": "~v4.4.44",
"symfony/http-client-contracts": "~v2.5.2", "symfony/http-client-contracts": "~v2.5.2",
"symfony/http-foundation": "~v4.4.45", "symfony/http-foundation": "~v4.4.45",
"symfony/http-kernel": "~v4.4.45", "symfony/http-kernel": "~v4.4.45",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment