From 750e88439efa8f802bd11d8752cdbce0f9c179a5 Mon Sep 17 00:00:00 2001
From: Paul Water
Date: Thu, 2 Apr 2020 09:51:31 +0200
Subject: [PATCH] Updated dependencies (php>=7.3)
---
build.xml | 4 ++++
composer.json | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/build.xml b/build.xml
index b17f959..414bad1 100644
--- a/build.xml
+++ b/build.xml
@@ -9,4 +9,8 @@
+
+
+
+
diff --git a/composer.json b/composer.json
index 4ccfd9c..7cfb918 100644
--- a/composer.json
+++ b/composer.json
@@ -4,11 +4,10 @@
"keywords": [
"PhpStratum"
],
- "type": "library",
"license": "MIT",
"require": {
- "php": ">=7.3.0",
- "symfony/console": "^4.0 || ^5.0"
+ "php": ">=7.3",
+ "symfony/console": "^5.0"
},
"require-dev": {
"phing/phing": "^2.0"
@@ -24,6 +23,7 @@
}
},
"config": {
- "bin-dir": "bin/"
+ "bin-dir": "bin/",
+ "sort-packages": true
}
}