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
when i run composer require rezaamini-ir/laravel-easypanel in my project running on Laravel11, I get requirement errors;
Your requirements could not be resolved to an installable set of packages.
Problem 1
- rezaamini-ir/laravel-easypanel[1.0.0, ..., 1.2.0] require php ^7.2.5 -> your php version (8.3.7) does not satisfy that requirement.
- rezaamini-ir/laravel-easypanel[1.2.1, ..., 1.9.33] require illuminate/support ^6.0|^7.0|^8.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- rezaamini-ir/laravel-easypanel[1.9.4, ..., 1.9.42, 2.0.0, ..., 2.1.0] require illuminate/support ^6.0|^7.0|^8.0|^9.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- rezaamini-ir/laravel-easypanel[2.1.1, ..., 2.1.5] require illuminate/support ^7.0|^8.0|^9.0 -> found illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- rezaamini-ir/laravel-easypanel[2.2.0, ..., 2.3.0] require illuminate/support ^8.0|^9.0|^10.0 -> found illuminate/support[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.12] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires rezaamini-ir/laravel-easypanel * -> satisfiable by rezaamini-ir/laravel-easypanel[1.0.0, ..., 1.9.42, 2.0.0, ..., 2.3.0].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require rezaamini-ir/laravel-easypanel:*" to figure out if any version is installable, or "composer require rezaamini-ir/laravel-easypanel:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
The text was updated successfully, but these errors were encountered:
when i run composer require rezaamini-ir/laravel-easypanel in my project running on Laravel11, I get requirement errors;
Your requirements could not be resolved to an installable set of packages.
Problem 1
- rezaamini-ir/laravel-easypanel[1.0.0, ..., 1.2.0] require php ^7.2.5 -> your php version (8.3.7) does not satisfy that requirement.
- rezaamini-ir/laravel-easypanel[1.2.1, ..., 1.9.33] require illuminate/support ^6.0|^7.0|^8.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- rezaamini-ir/laravel-easypanel[1.9.4, ..., 1.9.42, 2.0.0, ..., 2.1.0] require illuminate/support ^6.0|^7.0|^8.0|^9.0 -> found illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- rezaamini-ir/laravel-easypanel[2.1.1, ..., 2.1.5] require illuminate/support ^7.0|^8.0|^9.0 -> found illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- rezaamini-ir/laravel-easypanel[2.2.0, ..., 2.3.0] require illuminate/support ^8.0|^9.0|^10.0 -> found illuminate/support[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.12] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires rezaamini-ir/laravel-easypanel * -> satisfiable by rezaamini-ir/laravel-easypanel[1.0.0, ..., 1.9.42, 2.0.0, ..., 2.3.0].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require rezaamini-ir/laravel-easypanel:*" to figure out if any version is installable, or "composer require rezaamini-ir/laravel-easypanel:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
The text was updated successfully, but these errors were encountered: