diff --git a/manifests/init.pp b/manifests/init.pp
index 6b650927de04e188dd292a299df03105df421761..550b4a548f5d460515cac4473dc3bdff3bec9ba5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -63,18 +63,18 @@ class aim_control(
   include ::aim_control::remirepo
 
   class { '::apache::mod::php':
-    package_name => 'php70',
+    package_name => 'php74',
   }
   include ::apache::mod::rewrite
 
   package {
-    'php70-php-pdo':
+    'php74-php-pdo':
       ensure => installed;
-    'php70-php-mbstring':
+    'php74-php-mbstring':
       ensure => installed;
-    'php70-php-mysqlnd':
+    'php74-php-mysqlnd':
       ensure => installed;
-    'php70-php-common':
+    'php74-php-common':
       ensure => installed;
   }
 
diff --git a/manifests/remirepo.pp b/manifests/remirepo.pp
index 1851243c65320feaa359a5a12f01e56a10661b98..3f6d8dc8bc8763c3e7f92a601b150fb455c56e6a 100644
--- a/manifests/remirepo.pp
+++ b/manifests/remirepo.pp
@@ -9,7 +9,7 @@ class aim_control::remirepo(
   }
 
   exec { 'enable remi' :
-    command     => 'yum-config-manager --enable remi-php70',
+    command     => 'yum-config-manager --enable remi-php74',
     path        => ['/bin',  '/usr/bin' ],
     refreshonly => true,
     creates     => '/opt/remi',