Skip to content

Commit 41b2d65

Browse files
committed
prepare first release of php-xapi/exception
1 parent c453791 commit 41b2d65

8 files changed

+10
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
CHANGELOG
22
=========
33

4-
0.1.2
5-
-----
6-
7-
* remove unneeded minimum stability settings
8-
9-
0.1.1
10-
-----
11-
12-
* fixed GitHub homepage link
13-
144
0.1.0
155
-----
166

177
This is a first release containing common exception classes that can be used by
188
both xAPI servers and clients.
9+
10+
This package replaces the `xabbuh/xapi-common` package which is now deprecated.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Xabbuh xApi Common
22
==================
33

4-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-xapi/xapi-common/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/php-xapi/xapi-common/?branch=master)
4+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-xapi/exception/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/php-xapi/exception/?branch=master)
55

66
Package providing common functionality for both server and client side implementations
77
of the [Experience API](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md).
8+
9+
This package replaces the `xabbuh/xapi-common` package.

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "xabbuh/xapi-common",
2+
"name": "php-xapi/exception",
33
"type": "library",
4-
"description": "base package for Experience API implementations",
5-
"keywords": ["xAPI", "Experience API", "Tin Can API"],
6-
"homepage": "https://github.com/php-xapi/xapi-common",
4+
"description": "common exception classes for Experience API implementations",
5+
"keywords": ["xAPI", "Experience API", "Tin Can API", "exception"],
6+
"homepage": "https://github.com/php-xapi/exception",
77
"license": "MIT",
88
"authors": [
99
{
@@ -16,7 +16,7 @@
1616
},
1717
"autoload": {
1818
"psr-4": {
19-
"Xabbuh\\XApi\\Common\\": ""
19+
"Xabbuh\\XApi\\Common\\Exception\\": "src"
2020
}
2121
},
2222
"extra": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)