Skip to content

Commit 0e88874

Browse files
committed
🔖 Patches for deprecated notices on PHP8.2 and onwards.
1 parent 8c8c523 commit 0e88874

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 1.0.6
4+
5+
September 4, 2024
6+
7+
- Fix for "Passing null to parameter of type string is deprecated." [#14](https://github.com/jamesgordo/php-csv-parser/pull/14)
8+
- Fix for "Creation of dynamic property is deprecated." [(@Serzol64)](https://github.com/jamesgordo/php-csv-parser/pull/10)
9+
- Updated PHPUnit Version & Configuration and unit test implementation. [#12](https://github.com/jamesgordo/php-csv-parser/pull/12)
10+
311
## 1.0.5
412

513
July 24, 2023

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ Below are the list of the public methods you will most likely use.
9797

9898
## Version
9999

100-
1.0.5
100+
1.0.6
101101

102102
## License
103103

104104
MIT License
105105

106-
Copyright (c) 2023 James Gordo
106+
Copyright (c) 2024 James Gordo
107107

108108
Permission is hereby granted, free of charge, to any person obtaining a copy
109109
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jamesgordo/php-csv-parser",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Easiest and Convenient Way to Parse CSV Files using PHP.",
55
"type": "library",
66
"keywords": ["php", "csv parser", "php csv parser"],

0 commit comments

Comments
 (0)