From 094490c9794b12d51f0a57a87805285a8afeb6c8 Mon Sep 17 00:00:00 2001 From: Martin Ficzel Date: Mon, 13 Nov 2017 15:43:15 +0100 Subject: [PATCH] TASK: Alter package Name from PackageFactory.AtomocFusion.AFX to Neos.Fusion.Afx --- Classes/Dsl/AfxDslImplementation.php | 6 +++--- Classes/Exception/AfxException.php | 2 +- Classes/Service/AfxService.php | 4 ++-- Configuration/Settings.yaml | 2 +- README.md | 6 +++--- Tests/Functional/AfxServiceTest.php | 6 +++--- composer.json | 25 ++++++++----------------- 7 files changed, 21 insertions(+), 30 deletions(-) diff --git a/Classes/Dsl/AfxDslImplementation.php b/Classes/Dsl/AfxDslImplementation.php index c7a2fa1..c20869c 100644 --- a/Classes/Dsl/AfxDslImplementation.php +++ b/Classes/Dsl/AfxDslImplementation.php @@ -1,11 +1,11 @@ JSX inspired compact syntax for Neos.Fusion @@ -8,8 +8,8 @@ prototypes because the generated fusion-code can be overwritten and controlled f ## Installation -PackageFactory.AtomicFusion.AFX is available via packagist. Just add `"packagefactory/atomicfusion-afx" : "~3.0.0"` -to the require-section of the composer.json or run `composer require packagefactory/atomicfusion-afx`. +PackageFactory.AtomicFusion.AFX is available via packagist. Just add `"neos/fusion-afx" : "~3.0.0"` +to the require-section of the composer.json or run `composer require neos/fusion-afx`. __We use semantic-versioning so every breaking change will increase the major-version number.__ diff --git a/Tests/Functional/AfxServiceTest.php b/Tests/Functional/AfxServiceTest.php index 31f67e5..82b9807 100644 --- a/Tests/Functional/AfxServiceTest.php +++ b/Tests/Functional/AfxServiceTest.php @@ -1,9 +1,9 @@