We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f30b98 commit 03083ffCopy full SHA for 03083ff
composer.json
@@ -0,0 +1,29 @@
1
+{
2
+ "name": "lisachenko/immutable-object",
3
+ "description": "Immutable object library",
4
+ "type": "library",
5
+ "license": "MIT",
6
+ "authors": [
7
+ {
8
+ "name": "Alexander Lisachenko",
9
+ "email": "[email protected]"
10
+ }
11
+ ],
12
+ "minimum-stability": "stable",
13
+ "require": {
14
+ "php": ">=7.2.0"
15
+ },
16
+ "require-dev": {
17
+ "phpunit/phpunit": "^7.5"
18
19
+ "autoload": {
20
+ "psr-4": {
21
+ "Immutable\\": "src/"
22
23
24
+ "autoload-dev": {
25
26
+ "Immutable\\": "tests/"
27
28
29
+}
0 commit comments