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 23230fd commit e09cccbCopy full SHA for e09cccb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Filestack-php Changelog
2
3
+## 2.0.0 (Sep 17, 2024)
4
+- Added support for php 8.3
5
+- Bug fixes
6
+
7
## 1.1.12 (Feb 8, 2018)
8
- Updated license and fixed composer.json issues
9
VERSION
@@ -1 +1 @@
-1.1.12
+2.0.0
composer.json
@@ -10,7 +10,8 @@
10
"phpunit/phpunit": "^9.0",
11
"mockery/mockery": "^1.0",
12
"phpmd/phpmd" : "@stable",
13
- "php-coveralls/php-coveralls": "^2.2"
+ "php-coveralls/php-coveralls": "^2.2",
14
+ "theseer/phpdox": "^0.7.0"
15
},
16
"autoload": {
17
"psr-4" : {
0 commit comments