From c02324a880ef83074876585215980bde4d4f9b6b Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 22 Mar 2019 11:55:21 +0100 Subject: [PATCH] Drop hardcoded `composer.json` `version` key This was causing packagist to not sync, therefore it needs to go. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 1ac11616..0ebf6587 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "phptal/phptal", "homepage": "http://phptal.org/", "description": "PHPTAL is a templating engine for PHP5 that implements Zope Page Templates syntax", - "version":"1.3.1", "license": "LGPL-2.1+", "type": "library", "keywords": [