Skip to content

Commit

Permalink
Merge pull request #3 from cron-eu/cron-eu
Browse files Browse the repository at this point in the history
Update namespace to cron-eu for packagist upload
  • Loading branch information
baschny authored Oct 5, 2023
2 parents 97307e0 + 175e55b commit be228dc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
preset: psr2
version: 8.2

enabled:
- alpha_ordered_imports
Expand All @@ -12,7 +13,6 @@ enabled:
- method_separation
- native_function_casing
- new_with_braces
- no_alias_functions
- no_blank_lines_after_class_opening
- no_blank_lines_after_phpdoc
- no_blank_lines_before_namespace
Expand All @@ -30,13 +30,11 @@ enabled:
- no_trailing_comma_in_list_call
- no_trailing_comma_in_singleline_array
- no_unneeded_control_parentheses
- no_unreachable_default_argument_value
- no_unused_imports
- no_useless_else
- no_useless_return
- no_whitespace_before_comma_in_array
- no_whitespace_in_blank_line
- non_printable_character
- normalize_index_brace
- object_operator_without_whitespace
- phpdoc_add_missing_param_annotation
Expand All @@ -51,7 +49,6 @@ enabled:
- phpdoc_types
- phpdoc_var_without_name
- return_type_declaration
- self_accessor
- short_array_syntax
- short_scalar_cast
- single_quote
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# TYPO3 Extension begroups_roles

[![Latest Stable Version](https://img.shields.io/packagist/v/ichhabrecht/begroups-roles.svg)](https://packagist.org/packages/ichhabrecht/begroups-roles)
[![Build Status](https://img.shields.io/travis/IchHabRecht/begroups_roles/master.svg)](https://travis-ci.org/IchHabRecht/begroups_roles)
[![StyleCI](https://styleci.io/repos/18537810/shield?branch=master)](https://styleci.io/repos/18537810)
[![Latest Stable Version](https://img.shields.io/packagist/v/cron-eu/begroups-roles.svg)](https://packagist.org/packages/cron-eu/begroups-roles)
[![StyleCI](https://styleci.io/repos/699370966/shield?branch=master)](https://styleci.io/repos/699370966)

Use backend user groups as switchable roles

Note: this is a fork from https://github.com/IchHabRecht/begroups_roles
with improvements needed for cron-eu projects, most notably TYPO3 v11
support.

![Role switcher](Documentation/Images/role_switcher.png)

## Installation

Simply install the extension with Composer or the Extension Manager.

```
composer require ichhabrecht/begroups-roles
composer require cron-eu/begroups-roles
```

## Usage
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ichhabrecht/begroups-roles",
"name": "cron-eu/begroups-roles",
"type": "typo3-cms-extension",
"description": "Use backend user groups as switchable roles",
"keywords": [
Expand Down Expand Up @@ -44,7 +44,8 @@
}
},
"replace": {
"typo3-ter/begroups-roles": "self.version"
"typo3-ter/begroups-roles": "self.version",
"ichhabrecht/begroups-roles": "self.version"
},
"config": {
"vendor-dir": ".Build/vendor",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=begroups-roles
sonar.projectName=ichhabrecht/begroups-roles
sonar.projectName=cron-eu/begroups-roles
sonar.projectVersion=3.x
sonar.sources=.
sonar.exclusions=.Build/**, Tests/**
Expand Down

0 comments on commit be228dc

Please sign in to comment.