We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fcf77 commit 914ed29Copy full SHA for 914ed29
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nerou/large-array-buffer",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"type": "library",
5
"license": "MIT",
6
"authors": [
@@ -53,7 +53,7 @@
53
]
54
},
55
"scripts-descriptions": {
56
- "phpcs": "Runs CodeSniffer for coding style tests.",
+ "phpcs": "Runs CodeSniffer for coding style tests.",
57
"phpcbf": "Fixes marked violations found by phpcs/CodeSniffer.",
58
"phpunit": "Runs unit/integration tests.",
59
"phpcpd": "Runs copied code finder.",
0 commit comments