Skip to content

Commit e2760ea

Browse files
author
Tizian Schmidlin
committed
Fix package name
1 parent f15f061 commit e2760ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cabag/ext-simulatebe",
2+
"name": "cabag/simulatebe",
33
"type": "typo3-cms-extension",
44
"version": "3.0.0-dev",
55
"description": "BE Login Simulation for FE Users\n\nSimulates BE Login for FE Users. With this extension you can grant Frontend Users Backend User Rights. This means that, if a Frontend User logs into the Frontend and he has the proper rights, the Edit Icons will be displayed allowing him to edit the Content.",
@@ -20,7 +20,7 @@
2020
"license": "GPL-2.0-or-later",
2121
"require": {
2222
"typo3/cms-core": ">=7.6 || <=8.7",
23-
"php": ">=5.6 || <=0.0.0"
23+
"php": ">=5.6"
2424
},
2525
"replace": {
2626
"simulatebe": "self.version"

0 commit comments

Comments
 (0)