You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction/version-constraints.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,22 +24,25 @@ The following table outlines the compatibility of the **Laravel Countries** pack
24
24
25
25
| Package Version | Laravel | Status |
26
26
|-----------------|----------|--------------|
27
-
| 4.11.x.x | 11 | ✅
28
27
| 4.11.x.x | 10 | ✅
28
+
| 4.11.x.x | 11 | ✅
29
+
| 4.12.x.x | 10 | ✅
30
+
| 4.12.x.x | 11 | ✅
31
+
| 4.12.x.x | 12 | ✅
29
32
30
33
## Requirements
31
34
32
35
The **Laravel Countries** package has the following system and package requirements to ensure proper functionality. Below is a breakdown of the required versions for both runtime and development environments.
33
36
34
37
### Runtime Requirements (Production)
35
38
36
-
-**PHP**: The package supports PHP versions **^8.0**, **^8.1**, and **^8.2**, ensuring compatibility with modern PHP versions.
39
+
-**PHP**: The package supports PHP versions **^8.2**, and **^8.3**, ensuring compatibility with modern PHP versions.
37
40
38
-
-**Laravel Framework**: Compatible with Laravel versions **^9.0**, **^10.0**, and **^11.0**. This ensures that the package can be used with the most up-to-date releases of the Laravel framework.
41
+
-**Laravel Framework**: Compatible with Laravel versions **^10.x**, **^11.x**, and **^12.x**. This ensures that the package can be used with the most up-to-date releases of the Laravel framework.
39
42
40
43
-**Astrotomic Laravel Translatable**: Requires version **^11.8** of the **Astrotomic Laravel Translatable** package for multilingual support in the application.
41
44
42
-
-**Spatie Laravel Package Tools**: Requires version **^1.16.0** of **Spatie's Laravel Package Tools** to assist in the package setup and management.
45
+
-**Spatie Laravel Package Tools**: Requires version **^1.92.x** of **Spatie's Laravel Package Tools** to assist in the package setup and management.
0 commit comments