Skip to content

Commit 1b19797

Browse files
committed
Change project from UWDOEM to Athens Framework.
1 parent 30bb88a commit 1b19797

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
[![Latest Stable Version](https://poser.pugx.org/uwdoem/standard/v/stable)](https://packagist.org/packages/uwdoem/standard)
1+
[![Latest Stable Version](https://poser.pugx.org/athens/standard/v/stable)](https://packagist.org/packages/athens/standard)
22

33
# Standard
44

5-
This `ruleset.xml` contains the University of Washington, Department of Enrollment Management Php web-application coding standard, for use with [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
5+
This `ruleset.xml` contains the Athens Framework code standard, for use with [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer). Projects which use the Athens Framework are welcome to use this same code standard.
66

77
# Use
88

9-
To download the standard, include `uwdoem/standard` if your `composer.json` dev requirements:
9+
To download the standard, include `athens/standard` if your `composer.json` dev requirements:
1010
```
1111
"require-dev": {
1212
...
13-
"uwdoem/standard": "1.*",
13+
"athens/standard": "1.*",
1414
...
1515
}
1616
```
1717

1818
Once you have updated your composer requirements, you'll be able to issue the following command from your project root:
1919
```
20-
./vendor/bin/phpcs --standard=./vendor/uwdoem/standard/ruleset.xml .
20+
./vendor/bin/phpcs --standard=./vendor/athens/standard/ruleset.xml .
2121
```
2222

2323
See the [PHP CodeSniffer docs](https://github.com/squizlabs/PHP_CodeSniffer/wiki) for more information, including excluding directories from analysis.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "uwdoem/standard",
3-
"description": "Coding standard for University of Washington, Department of Enrollment Management php web applications.",
2+
"name": "athens/standard",
3+
"description": "PHP code standard for the Athens Framework.",
44
"require": {
55
"squizlabs/php_codesniffer": "2.*"
66
}

ruleset.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0"?>
2-
<ruleset name="University of Washington, Department of Enrollment Management Coding Standard (PSR2 Superset)">
2+
<ruleset name="Athens Framework Code Standard">
33

44
<description>
5-
PHP coding standard for the University of Washington Department of Enrollment Management web applications.
5+
PHP code standard for the Athens Framework.
66

7-
This standard is an extension of PSR2.
7+
This standard is an extension of PSR2, with the exception of control structure spacing.
88
</description>
99

1010

0 commit comments

Comments
 (0)