Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/rename inpsyde to syde #55

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Inpsyde Assets
# Assets

[![Version](https://img.shields.io/packagist/v/inpsyde/assets.svg)](https://packagist.org/packages/inpsyde/assets)
[![Status](https://img.shields.io/badge/status-active-brightgreen.svg)](https://github.com/inpsyde/assets)
Expand All @@ -9,31 +9,33 @@


## Introduction
Inpsyde Assets is a Composer package (not a WordPress plugin) that allows to deal with scripts and styles in a WordPress site.
Assets is a Composer package (not a WordPress plugin) that allows to deal with scripts and styles in a WordPress site.

## Installation

```
```bash
$ composer require inpsyde/assets
```


## Minimum Requirements and Dependencies

* PHP 7+
* PHP 7.2+
* WordPress latest-2

When installed for development, via Composer, Inpsyde Assets also requires:
When installed for development via Composer, Assets also requires:

* phpunit/phpunit (BSD-3-Clause)
* brain/monkey (MIT)
* inpsyde/php-coding-standards


## Documentation

Please refer to [/docs](./docs) or https://inpsyde.github.io/assets for information.

## License and Copyright

This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE](./LICENSE) for complete license.

Copyright (c) Syde GmbH.

The team at [Syde](https://syde.com) is engineering the Web since 2006.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Inpsyde",
"email": "hello@inpsyde.com",
"homepage": "https://inpsyde.com",
"name": "Syde",
"email": "hello@syde.com",
"homepage": "https://syde.com",
"role": "Company"
},
{
"name": "Christian Leucht",
"email": "c.leucht@inpsyde.com",
"email": "c.leucht@syde.com",
"homepage": "https://www.chrico.info",
"role": "Developer"
}
Expand Down
12 changes: 7 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ nav_order: 0
permalink: /
---

# Inpsyde Assets
# Assets

## Introduction
Inpsyde Assets is a Composer package (not a plugin) that allows to deal with scripts and styles in a WordPress site.
Assets is a Composer package (not a WordPress plugin) that allows to deal with scripts and styles in a WordPress site.

## Installation

Expand All @@ -20,14 +20,16 @@ $ composer require inpsyde/assets
* PHP 7.2+
* WordPress latest-2

When installed for development, via Composer, Inpsyde Assets also requires:
When installed for development via Composer, Assets also requires:

* phpunit/phpunit (BSD-3-Clause)
* brain/monkey (MIT)
* inpsyde/php-coding-standards

## License and Copyright

Copyright (c) Inpsyde GmbH.
This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE](./LICENSE) for complete license.

The team at [Inpsyde](https://inpsyde.com) is engineering the Web since 2006.
Copyright (c) Syde GmbH.

The team at [Syde](https://syde.com) is engineering the Web since 2006.
Loading