Skip to content

Commit b3819fe

Browse files
committed
Remove references to Composer
1 parent 4fd67ef commit b3819fe

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ Building this repository requires:
1717

1818
* [Node.js](https://nodejs.org/)
1919
* [Grunt](https://gruntjs.com/)
20-
* [Composer](https://getcomposer.org/)
2120

2221
## Setup
2322

2423
### Installing required tools
2524

26-
The project uses [Grunt](https://gruntjs.com/) to run tasks and [Sass](https://sass-lang.com/) for CSS pre-processing. First make sure you have base dependencies installed: [Node.js](https://nodejs.org/) and [Grunt](https://gruntjs.com/). You can install Node using the [installer](https://nodejs.org/), Composer using the [installer](https://getcomposer.org/), and Grunt with npm:
25+
The project uses [Grunt](https://gruntjs.com/) to run tasks and [Sass](https://sass-lang.com/) for CSS pre-processing. First make sure you have base dependencies installed: [Node.js](https://nodejs.org/) and [Grunt](https://gruntjs.com/). You can install Node using the [installer](https://nodejs.org/) and Grunt with npm:
2726

2827
```ShellSession
2928
$ npm install -g grunt-cli
@@ -38,11 +37,8 @@ After you have the base dependencies taken care of, you can install the project'
3837
```ShellSession
3938
$ cd textpattern-com-website
4039
$ npm install
41-
$ composer install
4240
```
4341

44-
**npm** installs Node modules for Grunt and **composer** installs PHP libraries.
45-
4642
## Building
4743

4844
This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run tasks using Grunt, including building:
@@ -108,11 +104,9 @@ For example:
108104

109105
## Plugins used
110106

111-
All plugins we use are installed via Composer:
112-
113-
* [`etc_cache`](https://github.com/etc-plugins/etc_cache) ✓ Composer
114-
* [`rah_comment_spam`](https://github.com/gocom/rah_comment_spam) ✓ Composer
115-
* [`smd_thumbnail`](https://github.com/bloke/smd_thumbnail) ✓ Composer
107+
* [`etc_cache`](https://github.com/etc-plugins/etc_cache)
108+
* [`rah_comment_spam`](https://github.com/gocom/rah_comment_spam)
109+
* [`smd_thumbnail`](https://github.com/bloke/smd_thumbnail)
116110

117111
## License
118112

public/humans.txt

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
Software:
2828
Node.js: https://nodejs.org/
2929
Grunt.js: https://gruntjs.com/
30-
Composer: https://getcomposer.org/
3130
git: https://git-scm.com/
3231
Source: https://github.com/textpattern/textpattern-com-website
3332

0 commit comments

Comments
 (0)